Share

AcLocale::AcLocale (wchar_t*, wchar_t*) Constructor

C++

ACPAL_PORT AcLocale(
    const wchar_t* iso2LangName, 
    const wchar_t* iso2CountryName
);

Description

Create a locale class with language name and country name. If the input country name and language name is nullptr or empty, it will get the current system locale.

Parameters

Parameters Description
iso2LangName lower-case two-letter codes as defined by ISO-639-1
iso2CountryName the upper-case two-letter codes as defined by ISO-3166. It can be nullptr.

Links

AcLocale Class

Was this information helpful?