Multi diag tools
|
Qt offers several tool for translation. See http://doc.qt.io/qt-5/internationalization.html
A example, on how to list available translations, and make a application able to dynamicly change change language, is available here: https://wiki.qt.io/How_to_create_a_multi_language_application
Mdt Translation library provides some classes to reduce the boiler plate code needed in the application.
Classes are available in the Mdt::Translation namespace.