Interface Locale


public interface Locale

A locale is a collection of types. Locale defines a set of types that together define the formatting, language, calendaring, and currency for a locale or culture.

  • Method Details

    • getLanguageType

      Type getLanguageType()
      Gets the language Type .
      Returns:
      the language type
      Compliance:
      mandatory - This method must be implemented.
    • getScriptType

      Type getScriptType()
      Gets the script Type .
      Returns:
      the script type
      Compliance:
      mandatory - This method must be implemented.
    • getCalendarType

      Type getCalendarType()
      Gets the calendar Type .
      Returns:
      the calendar type
      Compliance:
      mandatory - This method must be implemented.
    • getTimeType

      Type getTimeType()
      Gets the time Type .
      Returns:
      the time type
      Compliance:
      mandatory - This method must be implemented.
    • getCurrencyType

      Type getCurrencyType()
      Gets the currency Type .
      Returns:
      the currency type
      Compliance:
      mandatory - This method must be implemented.
    • getUnitSystemType

      Type getUnitSystemType()
      Gets the unit system Type .
      Returns:
      the unit system type
      Compliance:
      mandatory - This method must be implemented.
    • getNumericFormatType

      Type getNumericFormatType()
      Gets the numeric format Type .
      Returns:
      the numeric format type
      Compliance:
      mandatory - This method must be implemented.
    • getCalendarFormatType

      Type getCalendarFormatType()
      Gets the calendar format Type .
      Returns:
      the calendar format type
      Compliance:
      mandatory - This method must be implemented.
    • getTimeFormatType

      Type getTimeFormatType()
      Gets the time format Type .
      Returns:
      the time format type
      Compliance:
      mandatory - This method must be implemented.
    • getCurrencyFormatType

      Type getCurrencyFormatType()
      Gets the currency format Type .
      Returns:
      the currency format type
      Compliance:
      mandatory - This method must be implemented.
    • getCoordinateFormatType

      Type getCoordinateFormatType()
      Gets the coordinate format Type .
      Returns:
      the coordinate format type
      Compliance:
      mandatory - This method must be implemented.