public final class DominoLocaleCode extends Object
| Constructor and Description |
|---|
DominoLocaleCode(String country,
String localeString)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DominoLocaleCode |
get(String country)
For a given country name returns the corresponsing locale string.
|
String |
getCountry() |
String |
getLocaleString() |
static DominoLocaleCode |
searchLocaleCode(String searchString)
Returns the first found locale code for a given search string.
|
public static DominoLocaleCode get(String country)
country - country namepublic static DominoLocaleCode searchLocaleCode(String searchString)
The search string is simply a partial string of a time zone name.
searchString - search string of a locale codenull if not foundpublic String getCountry()
public String getLocaleString()
Copyright © 2005–2020. All rights reserved.