Field FRENCH
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.getLanguage().equals(Locale.FRENCH.getLanguage())
2
View v = rb.resolveViewName("debugView", Locale.FRENCH);
3
model.add(Locale.FRENCH);
4
assertEquals( "locale at construction", Locale.FRENCH, list.get( 1 ) );
5
Locale.setDefault( Locale.FRENCH );
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.