Field FRANCE
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
Locale.FRANCE);
2
locale=Locale.FRANCE;
3
s = FormatHelper.currency( 50.0d, Locale.FRANCE);
4
e = (Element) FormatHelper.dateTimeElement(testTime, Locale.FRANCE);
5
setLocale( request, Locale.FRANCE );
6
AD_Language_fr_FR, Locale.FRANCE, null, null, // dd.MM.yy
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.