TLanguages
Overview
Location
-
Reference:
- Delphi.dll .NET
- delphi.jar Cooper
- Delphi.fx Island
- libDelphi.fx Toffee
- Namespace: RemObjects.Elements.RTL.Delphi
Properties
InvariantLocale virtual
class property InvariantLocale: TLocaleID read;
class TLocaleID InvariantLocale { get; }
static var InvariantLocale: TLocaleID { get{} }
class TLocaleID InvariantLocale { __get; }
Shared ReadOnly Property InvariantLocale() As TLocaleID
UserDefaultLocale virtual
class property UserDefaultLocale: TLocaleID read;
class TLocaleID UserDefaultLocale { get; }
static var UserDefaultLocale: TLocaleID { get{} }
class TLocaleID UserDefaultLocale { __get; }
Shared ReadOnly Property UserDefaultLocale() As TLocaleID
Class Methods
GetLocaleIDFromLocaleName virtual
class method GetLocaleIDFromLocaleName(LocaleName: DelphiString): TLocaleID
static TLocaleID GetLocaleIDFromLocaleName(DelphiString LocaleName)
static func GetLocaleIDFromLocaleName(_ LocaleName: DelphiString) -> TLocaleID
static TLocaleID GetLocaleIDFromLocaleName(DelphiString LocaleName)
Shared Function GetLocaleIDFromLocaleName(LocaleName As DelphiString) As TLocaleID
Parameters:
- LocaleName:
Instance Methods
constructor .NET, Cooper, Island
constructor
TLanguages()
init()
TLanguages()
Sub New()