Searched defs:aLangId (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp2223 * @param aLangId Language ID in in form of xx_YY. QString::null means the
2227 void VBoxGlobal::loadLanguage (const QString &aLangId) argument
2229 QString langId = aLangId.isEmpty() ?
2230 VBoxGlobal::systemLanguageId() : aLangId;
2280 if (!aLangId.isNull() && langId != "en")
2355 if (!loadOk && !aLangId.isNull())

Completed in 59 milliseconds