NLSAndLocalization minor fix
This commit is contained in:
Родитель
ba3cb6d4d8
Коммит
5b98101ea2
|
@ -170,7 +170,7 @@ void Sample::InitializeLocalization()
|
|||
}
|
||||
else
|
||||
{
|
||||
m_textConsole->Format(L"The selected locale (Country/region: %s) is NOT present in the manifest, so the fallback locale (Country: %ls) is selected for localization\n", iso2, localeNameStr.c_str());
|
||||
m_textConsole->Format(L"The selected locale (Country/region: %s) is NOT present in the manifest, so the fallback locale (Country/region: %ls) is selected for localization\n", iso2, localeNameStr.c_str());
|
||||
}
|
||||
|
||||
wchar_t lcpData[LOCALE_NAME_MAX_LENGTH];
|
||||
|
|
|
@ -165,7 +165,7 @@ void Sample::InitializeLocalization()
|
|||
}
|
||||
else
|
||||
{
|
||||
m_textConsole->Format(L"The selected locale (Country/region: %ls) is NOT present in the manifest, so the fallback locale (Country: %s) is selected for localization\n", iso2, localeNameStr.c_str());
|
||||
m_textConsole->Format(L"The selected locale (Country/region: %ls) is NOT present in the manifest, so the fallback locale (Country/region: %ls) is selected for localization\n", iso2, localeNameStr.c_str());
|
||||
}
|
||||
|
||||
wchar_t lcpData[LOCALE_NAME_MAX_LENGTH];
|
||||
|
|
Загрузка…
Ссылка в новой задаче