public final class Languages extends Object
| Modifier and Type | Method and Description |
|---|---|
List<Language> |
get()
Returns all available Languages.
|
Language |
get(Locale locale)
Returns the available Language with the locale or current
fallback. |
Language |
get(String name)
Returns the available Language with the name or current
fallback. |
static Languages |
getInstance() |
Copyright © 2015–2018 openbase.org. All rights reserved.