[Mono-list] glade files localization & i18n assemblies

Jonathan Pryor jonpryor at vt.edu
Tue Nov 15 20:25:41 EST 2005


On Tue, 2005-11-15 at 14:45 +0100, Filip wrote:
> Is gettext# only way how to localize glade files ?

As far as I'm aware.

However, you don't necessarily need to translate the glade file.
Instead, you can explicitly set all your strings in code, allowing you
to use the normal System.Globalization mechanisms.  (Whether this
alternative is acceptable is another matter. ;-)

> What are I18n*.(dll|mdb) for ?

*.mdb files contain debugging information.

The I18n*.dll files contain various System.Text.Encoding and
System.Globalization.CultureInfo sub-classes for various regions.  See:

	http://mono.myrealbox.com/source/trunk/mcs/class/I18N/README

In short, they have no relation to localization.

 - Jon




More information about the Mono-list mailing list