修复英语代码页错误

This commit is contained in:
gb 2023-08-10 11:14:53 +08:00
parent 344a06a317
commit 80a227222d
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ extern "C"
std::string lang(utils::get_ini_value("language", "code-page", nullptr));
if (lang.empty() && STRICMP(name.c_str(), "qtsane") == 0)
{
lang = "20217"; // qtsane can not support chinese !!! we change language to English :(
lang = "20127"; // qtsane can not support chinese !!! we change language to English :(
utils::to_log(LOG_LEVEL_DEBUG, "Change the default language to English while qtsane does not support Chinese!\n");
}
if(!lang.empty())