[Gtk-sharp-list] Translations of a project, GetText and the
application prefix
Gonzalo Paniagua Javier
gonzalo@ximian.com
14 May 2003 16:00:04 +0200
El mié, 14 de 05 de 2003 a las 14:53, Lee Mallabone escribió:
> On Wed, 2003-05-14 at 13:39, Philip Van Hoof wrote:
>
> > Is gettext already implemented in Mono? I would like to use gtk-sharp
> > for a application that uses po-files for it's translation
>
> The .NET ResourceManager handles translation/string lookup in a way
> that's similar to what you suggested, but without needing gettext. If
> you can find a way to convert your .po files into .net/mono resource
> files, I think that would be the way to go...
I did some proof-of-concept stuff for i18n in nunit-gtk.
monoresgen supports .po files <-> resources conversion (in fact, one of
these days I will change nunit-gtk to use .po files).
-Gonzalo