Field UK
Field type:
java.util.Locale
Member of:
java.util.Locale
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
assertEquals("message1", root.getMessage("code1", null, Locale.UK));
2
String overriddenMsg = getThemeMessage("theme.example2", null, null, Locale.UK);
3
DateFormat.SHORT, Locale.UK);
4
DateFormat.SHORT, DateFormat.MEDIUM, Locale.UK);
5
setLocale( request, Locale.UK );
6
AD_Language_en_GB, Locale.UK, null, null,
7
Locale.UK);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.