Class Locale

java.lang.Object
java.util.Locale

public class Locale extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Locale(String language, String locale)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    static Locale
     
     
    static void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getDefault

      public static Locale getDefault()
    • setDefault

      public static void setDefault(Locale l)
    • getLanguage

      public String getLanguage()
    • getCountry

      public String getCountry()