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
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