When you create a locale key, you generally want a key either for the current default locale or for a specific locale. To get the key for the current default locale, use the ILocaleKey::defaultLocale function. For example:
ILocaleKey key(ILocaleKey::defaultLocale());
ILocaleKey *key = new ILocaleKey("DE", "CH");
![]()
Overview of Locale Classes
Locale Names