[Gtk-sharp-list] Translations of a project, GetText and the
application prefix
Lee Mallabone
gnome@fonicmonkey.net
14 May 2003 13:53:54 +0100
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 can't remember exactly where the docs are, but a quick search on msdn
should give lots of relevant info for ResourceManager.
Regards,
Lee.