SAWLocale Structure
Use the SAWLocale structure to define the locale for the current session.
The SAWLocale structure is used in the SAWSessionService Service.
SAWLocale Structure Fields
Fields | Description |
---|---|
String language |
Specifies the language code. Values for language should conform to the ones used in Java, in the java.util.Locale class (ISO-639, ISO-3166). |
String country |
Specifies the country code. Values for country should conform to the ones used in Java, in the java.util.Locale class (ISO-639, ISO-3166). |