Multi diag tools
Public Member Functions | List of all members
Mdt::Translation::LanguageSelection Class Reference

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...
 

Detailed Description

LanguageSelection facilitates the creation of multi-language applications.

See also
MultiLanguageMainWindow

Definition at line 33 of file LanguageSelection.h.

Member Function Documentation

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 .

See also
Mdt::Translation::findTranslations()

The documentation for this class was generated from the following file: