public static class AppLanguages.Result extends Object
Modifier and Type | Field and Description |
---|---|
String |
applicationLanguageCode
The application-defined language code to use, never null.
|
boolean |
isUnknownLanguage
Flag indicating that the result is a default result as the application
doesn't have language support set-up or does not provide a default
language as fall-back.
|
String |
userLanguageCode
The user language code to use if non-null.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Checks if two results equals.
|
int |
hashCode()
Hash code.
|
String |
toString()
Returns a string representation of the result.
|
public final String applicationLanguageCode
public final String userLanguageCode
When this value is non-null, the user language code must be changed in order to match the application UI on the client side, i.e. date/time and other locale information must be changed to match this language code.
If this variable is null, the user can keep it's locale settings as is.
public final boolean isUnknownLanguage
public boolean equals(Object o)
public int hashCode()
iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.