Fixed: Compilation
This commit is contained in:
parent
2a53238ba3
commit
5caef15f94
1 changed files with 1 additions and 3 deletions
|
@ -382,11 +382,9 @@ std::string CI18N::getSystemLanguageCode ()
|
|||
}
|
||||
}
|
||||
#else
|
||||
std::string lang = NLMISC::toLower(lang);
|
||||
|
||||
// only keep 2 first characters
|
||||
if (lang.size() > 1)
|
||||
_SystemLanguageCode = lang.substr(0, 2);
|
||||
_SystemLanguageCode = NLMISC::toLower(lang).substr(0, 2);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue