How do you place chinese characters in your code? What do you put inside tr() calls?
How do you place chinese characters in your code? What do you put inside tr() calls?
Just like this tr("ä¸*文示例") . And can you be sure thar if I write :
it will work everywhere?Or what do you think is the right way to display Chinese?Thank you !Qt Code:
To copy to clipboard, switch view to plain text mode
You should place English calls inside tr() and then provide Chinese translation files for QTranslator.
furskytl (19th October 2011)
Ok!Thanks !I will try soon!
Bookmarks