Multi diag tools
|
LanguageSelection facilitates the creation of multi-language applications. More...
#include <LanguageSelection.h>
Inherits QObject.
Public Member Functions | |
bool | findTranslations () |
Find translation files. More... | |
bool | findTranslations (const Mdt::FileSystem::PathList &pathPrefixList) |
Find translation files. More... | |
LanguageSelection facilitates the creation of multi-language applications.
Definition at line 33 of file LanguageSelection.h.
bool Mdt::Translation::LanguageSelection::findTranslations | ( | ) |
Find translation files.
Will search translations (*.qm files) in QCoreApplication::applicationDirPath() + "/translations"
bool Mdt::Translation::LanguageSelection::findTranslations | ( | const Mdt::FileSystem::PathList & | pathPrefixList | ) |
Find translation files.
Will search translations (*.qm files) in a subdirectory, named translations, for each path in pathPrefixList .