I18n & l10n samples?

hi all,

are there any samples or docs available on how to use the wxRuby
Localization and Internationalization Features?

Greetings,
Niklas

Hi

Niklas B. wrote:

are there any samples or docs available on how to use the wxRuby
Localization and Internationalization Features?

Take a look at:
samples/text/unicode.rb
http://wxruby.rubyforge.org/doc/locale.html

Use standard ids (eg Wx::ID_PASTE) wherever possible.

For localisation, I can recommend the Ruby-GetText library:
http://www.yotabanana.com/hiki/ruby-gettext.html?ruby-gettext

cheers
alex

Hello,

Alex F. [email protected] wrote:

Use standard ids (eg Wx::ID_PASTE) wherever possible.

For localisation, I can recommend the Ruby-GetText library:
http://www.yotabanana.com/hiki/ruby-gettext.html?ruby-gettext

cheers
alex


wxruby-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wxruby-users

Thanks a lot, i’m going to have a deep look at it!

Greetings,
Niklas