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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp2173 const char *gVBoxLangFileBase = "VirtualBox_"; variable
2263 if (nlsDir.exists (gVBoxLangFileBase + langId + gVBoxLangFileExt))
2265 languageFileName = nlsDir.absoluteFilePath (gVBoxLangFileBase + langId +
2269 else if (nlsDir.exists (gVBoxLangFileBase + lang + gVBoxLangFileExt))
2271 languageFileName = nlsDir.absoluteFilePath (gVBoxLangFileBase + lang +

Completed in 58 milliseconds