hi all, are there any samples or docs available on how to use the wxRuby Localization and Internationalization Features? Greetings, Niklas
on 02.08.2008 16:34
on 04.08.2008 16:28
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
on 04.08.2008 20:26
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