| Enumerations | |
| enum | ESR_Locale { ESR_LOCALE_EN_US, ESR_LOCALE_FR_FR, ESR_LOCALE_DE_DE, ESR_LOCALE_EN_GB, ESR_LOCALE_IT_IT, ESR_LOCALE_NL_NL, ESR_LOCALE_PT_PT, ESR_LOCALE_ES_ES, ESR_LOCALE_JA_JP } | 
| Functions | |
| ESR_SHARED_API LCHAR * | ESR_locale2str (const ESR_Locale locale) | 
| ESR_SHARED_API ESR_ReturnCode | ESR_str2locale (const LCHAR *str, ESR_Locale *locale) | 
| enum ESR_Locale | 
| ESR_SHARED_API LCHAR* ESR_locale2str | ( | const ESR_Locale | locale | ) | 
Given a locale, returns its string representation.
| locale | The locale to translate | 
| ESR_SHARED_API ESR_ReturnCode ESR_str2locale | ( | const LCHAR * | str, | |
| ESR_Locale * | locale | |||
| ) | 
Given a locale's string representation, returns the associated ESR_Locale handle.
| str | String representation of locale | |
| locale | [out] Resulting locale | 
 1.5.3
 1.5.3