Gettext to localize software, or .resx file editor

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • J-L

    Gettext to localize software, or .resx file editor

    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

    #2
    Re: Gettext to localize software, or .resx file editor

    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

    Comment

    • Grant Frisken

      #3
      Re: Gettext to localize software, or .resx file editor

      On Mar 20, 8:38 pm, J-L <alphomega_sans ...@free.frwrot e:
      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:



      Grant Frisken
      Infralution

      Comment

      Working...