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