Packagecom.adobe.xmp
Classpublic class I18nInfo

Implements access to the regional settings of the operating system. This class is initialized when it is requested for the first time.



Public Properties
 PropertyDefined by
  dateFormat : String
[static][read-only] Retrieves the date format appropriate to the regional settings of the operating system.
I18nInfo
  dayNamesShort : Array
[static][read-only] Retrieves a list of weekday names as abbreviations, localized according to the regional settings of the operating system.
I18nInfo
  decimalSeparator : String
[static][read-only] Retrieves the decimal separator character appropriate to the regional settings of the operating system.
I18nInfo
  monthNames : Array
[static][read-only] Retrieves a list of month names, localized according to the regional settings of the operating system.
I18nInfo
  thousandsSeparator : String
[static][read-only] Retrieves the thousands-place separator character appropriate to the regional settings of the operating system.
I18nInfo
  timeFormat : String
[static][read-only] Retrieves the time format appropriate to the regional settings of the operating system.
I18nInfo
Property detail
dateFormatproperty
dateFormat:String  [read-only]

Retrieves the date format appropriate to the regional settings of the operating system. Default is MM/DD/YYYY

Implementation
    public static function get dateFormat():String
dayNamesShortproperty 
dayNamesShort:Array  [read-only]

Retrieves a list of weekday names as abbreviations, localized according to the regional settings of the operating system. Sunday is first.

Implementation
    public static function get dayNamesShort():Array
decimalSeparatorproperty 
decimalSeparator:String  [read-only]

Retrieves the decimal separator character appropriate to the regional settings of the operating system. Default is dot, '.'

Implementation
    public static function get decimalSeparator():String
monthNamesproperty 
monthNames:Array  [read-only]

Retrieves a list of month names, localized according to the regional settings of the operating system.

Implementation
    public static function get monthNames():Array
thousandsSeparatorproperty 
thousandsSeparator:String  [read-only]

Retrieves the thousands-place separator character appropriate to the regional settings of the operating system. Default is comma, ','

Implementation
    public static function get thousandsSeparator():String
timeFormatproperty 
timeFormat:String  [read-only]

Retrieves the time format appropriate to the regional settings of the operating system. Default is HH:MM:SS.

Implementation
    public static function get timeFormat():String