public class LanguagePack
extends java.lang.Object
| Constructor and Description |
|---|
LanguagePack(java.util.Locale locale,
java.lang.String version,
java.time.ZonedDateTime lastUpdate)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.time.ZonedDateTime |
getLastUpdate()
Returns the time at which the language package was last updated on the server side.
|
java.util.Locale |
getLocale()
Returns the language/region that identifies the language pack.
|
java.lang.String |
getVersion()
Returns the version of the language pack.
|
public LanguagePack(java.util.Locale locale,
java.lang.String version,
java.time.ZonedDateTime lastUpdate)
locale - The language/region that identifies the language pack.version - The version of the language pack.lastUpdate - The time at which the language package was last updated on the server side.public java.util.Locale getLocale()
public java.lang.String getVersion()
public java.time.ZonedDateTime getLastUpdate()
ZonedDateTime of the last update.