Software Internationalization I18n Methods Table Of Contents TOC
- Localization Internationalization Multiple Language Software Interface – The standard files used and their extentions
- An Internationalized Software Project With Auto Tools AutoTools | Uses GetText and WxWidgets
- WordPress PlugIn Example with Full I18N Internationalization with the standard files POT PO MO
- Java Software Internationalization
- Qt Internationalized I18n Hello World Example Demo Project
End TOC
Links
- Internationalization with Qt Step by Step Another spin on almost identical example identifies how the translation is added to the pool.
- Qt I18n hello world demo
- [solved] Problem with the Hello tr() Example – translation does not show up – The .qm file has to be in the same folder as the .exe file. A set of build directories were made where the target .exe was placed unknown to me. I only had the .qm file in the source directory. Thus the latin version did not show up at first. I think this was due to the file pathes I accepted without looking at closely enough under Qt Creator.
Tools
Auxiliary Links
- http://doc.qt.nokia.com/4.6/i18n-source-translation.html
- http://doc.qt.nokia.com/4.6/i18n-plural-rules.html
- Internationalization with Qt
Source Code
- hellotr currently not functional – does not display the translation
0 Comments