Locale
Overview
Location
- Reference: Sugar
- Namespace: Sugar
Properties
Current
class property Current: Locale read;
class Locale Current { get; }
static var Current: Locale { get{} }
class Locale Current { __get; }
Shared ReadOnly Property Current() As Locale
Identifier
property Identifier: String read;
String Identifier { get; }
var Identifier: String { get{} }
String Identifier { __get; }
ReadOnly Property Identifier() As String
Invariant
class property Invariant: Locale read;
class Locale Invariant { get; }
static var Invariant: Locale { get{} }
class Locale Invariant { __get; }
Shared ReadOnly Property Invariant() As Locale