Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c670b commit 3f11766Copy full SHA for 3f11766
ExplorerPatcher/Localization.cpp
@@ -13,7 +13,7 @@ EP_L10N_Language LangIDToEPLanguage(LANGID wLanguage)
13
EP_L10N_Language language = {};
14
language.id = wLanguage;
15
GetLocaleInfoW(wLanguage, LOCALE_SNAME, language.wszId, ARRAYSIZE(language.wszId));
16
- GetLocaleInfoW(wLanguage, LOCALE_SLOCALIZEDLANGUAGENAME, language.wszDisplayName, ARRAYSIZE(language.wszDisplayName));
+ GetLocaleInfoW(wLanguage, LOCALE_SLOCALIZEDDISPLAYNAME, language.wszDisplayName, ARRAYSIZE(language.wszDisplayName));
17
return language;
18
}
19
0 commit comments