Tools to translate applications to other languages

  • Thread starter Thread starter David Logan
  • Start date Start date
D

David Logan

What tools are available for multi-language issues? Menu items, error
strings, etc.

Qt has the tr() macro and some other tools that make it easy
(relatively) to translate an entire application to other languages.
Windows uses string tables. Does .NET have something that could be
similarly used?

David Logan
 
Back
Top