Field GERMANY
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
return FormatManager.getCurrent().getFormatter(category, Locale.GERMANY);
2
parser.parse(new String[]{"--fraction=0,2"}, Locale.GERMANY);
3
Locale.GERMANY);
4
locale=Locale.GERMANY;
5
FastDateFormat format1 = FastDateFormat.getInstance("MM/DD/yyyy", Locale.GERMANY);
6
AD_Language_de_DE, Locale.GERMANY, null, null,
7
Locale.setDefault( Locale.GERMANY );
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.