Hi,
I'm searching a real good tutorial on using Gettext and .po files to
localize a software on Visual C# 2008.
Otherwise, a tool to Easily edit a .resx file ...
Thanks for your help ...
Jean-Luc !
Jeroen - 20 Mar 2008 11:19 GMT
Hi Jean-Luc,
There are several options for localizing your GUI/app, and the method
to do it depends largely on the scale/size of your application. It
also depends on who will be translating it (a professional translator,
or you yourself?). Could you say something about this concerning your
project?
-Jeroen
Grant Frisken - 21 Mar 2008 13:02 GMT
> Hi,
>
> I'm searching a real good tutorial on using Gettext and .po files tolocalizea software on Visual C# 2008.
>
> Otherwise, a tool to Easily edit a .resx file ...
You might want to take a look at Infralution's Globalizer.NET. It
scans your project's resx files for localizable items (strings,
positions, sizes etc) and allows you to edit them in one consolidated
workspace. It also speeds up the translation process by allowing
your translator to build and run the localized application - without
you having to give them your source code. You can get more
information and download an evaluation version from:
www.infralution.com/globalizer.html
Grant Frisken
Infralution