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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top