
BBTranslator::createLocale
Description
In BBj 9.0 and higher, this method creates and returns a Java Locale given a locale-formatted string.
Syntax
Return Value |
Method |
static Locale |
createLocale(string localeString) |
Parameters
Variable |
Description |
localeString |
Specifies the locale string in the format lang_COUNTRY_VARIANT, where COUNTRY and VARIANT are optional |
Return Value
The created Java Locale object.
Remarks
Example of valid locale string: en,de,es, en_US, en_US_TX.