public static class ResourceService.LocaleBundle extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
country
The country.
|
protected Map<String,String> |
data
The data.
|
protected String |
language
The language.
|
| Modifier | Constructor and Description |
|---|---|
protected |
LocaleBundle(String language,
String country,
Map<String,String> data)
Instantiates a new locale bundle.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry()
Gets the country.
|
Map<String,String> |
getData()
Gets the data.
|
String |
getLanguage()
Gets the language.
|
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.