Method getDefault()
Return 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 private String language=Locale.getDefault().getLanguage();
2 private static final DateFormat dateFormat = DateFormat.getDateTimeInstance(DateFormat.DEFAULT, DateFormat.DEFAULT, Locale.getDefault());
3 Locale.getDefault());
4 this(is, Locale.getDefault());
5 System.out.println( Locale.getDefault() );
6 DateFormat dateformat = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.MEDIUM, Locale.getDefault());
7 DateFormat dateformat = DateFormat.getDateTimeInstance(DateFormat.MEDIUM, DateFormat.MEDIUM, Locale.getDefault());
8 this(calendar, blogurl, Locale.getDefault());
9 this( baseName, Locale.getDefault(), null );
10 private static ResourceBundle bundle = ResourceBundle.getBundle(bundleName, Locale.getDefault());
11 return NbBundle.getBundle("org.openide.explorer.propertysheet.editors.Bundle2", Locale.getDefault(), ModifierPanel.class.getClassLoader()).getString(key);
12 this.setLocale(Locale.getDefault());
13 this(Locale.getDefault(), locPattern);
14 integerFormatter = NumberFormat.getNumberInstance(Locale.getDefault());
15 return getInstance(Locale.getDefault());
16 return dateTimeElement(time, Locale.getDefault());
17 originalLocale_ = Locale.getDefault();
18 switchCurrentLocale(Locale.getDefault());
19 Locale.getDefault() );
20 ResourceBundle resources=ResourceBundle.getBundle("MosesComponentAdapter", Locale.getDefault());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.