[Gtk-sharp-list] Gtk# and Internationalization

Alain Favre Alain Favre <prettyfly@gmail.com>
Thu, 18 Nov 2004 12:54:34 +0100


Hello all,

It's my first message on the list and i would like to know some thinks
about the way to do internationalization.

1) First thinks, my app need to be 100 % cross-compatible, from Linux
to Windows.
Can we use, for exemple Gnu.Gettext on both platforms with the same
piece of code ??

2) About the stock Button, i see it works good with the language of the Machine,
When i lauch my app for exemple
LANG=fr_FR mono myApp.exe  it change the language to french, 
Can i do it manually in the app ? for exemple with a menu where i can
dynamically change the language ?

Thank you very much

Alain