Field CANADA
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 locale = Locale.CANADA;
2 Locale locale = Locale.CANADA;
3 sample.setLocale(Locale.CANADA);
4 assertEquals(Locale.CANADA, localeEditor.getValue());
5 request.addPreferredLocale(Locale.CANADA);
6 sample.setLocale(Locale.CANADA);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.