This commit is contained in:
Chuck Walbourn 2020-04-06 11:29:11 -07:00
Родитель ba3cb6d4d8
Коммит 5b98101ea2
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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];