Ruby Forum wxRuby > i18n & l10n samples?

Posted by Niklas Baumstark (requiem)
on 02.08.2008 16:34
hi all,

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

Greetings,
Niklas
Posted by Alex Fenton (Guest)
on 04.08.2008 16:28
(Received via mailing list)
Hi

Niklas Baumstark 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
Posted by Niklas Baumstark (Guest)
on 04.08.2008 20:26
(Received via mailing list)
Hello,

Alex Fenton <alex@pressure.to> 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
> wxruby-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/wxruby-users

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

Greetings,
Niklas