hudson.plugins.translation
Class Locales.Entry
java.lang.Object
hudson.plugins.translation.Locales.Entry
- Enclosing class:
- Locales
public static final class Locales.Entry
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public final String name
- Human readable display name of this locale, like "Japanese"
code
public final String code
- Locale identifier like "ja" or "en_US".
lcode
public final String lcode
- The same as
code, but in lower case.
locale
public final Locale locale
Locales.Entry
public Locales.Entry(String name,
String code)
matchesRequestLocale
public boolean matchesRequestLocale()
Copyright © 2004-2012 Hudson. All Rights Reserved.