Internationalization of strings
-
Hi All,
I have a UI build using QML. There is a need to provide language support for different countries. End user has the choice from setting menu to change the language.
I have gone through QtLinguistic but it is not clear to me.
Below are my questions:- how can I approach it so that language change is reflected throughout the mobile application ?
- Is it mandatory to use lupdate and lrelease tool for realization of language change ?
- How to handle language those read from Right to Left ?
- What is the architecture followed in Qt 5.0 to support internationalization ?
Please guide me.