Table of Contents

Class Texts

Namespace
Tripous
Assembly
Tripous.dll

Provides static methods for getting localized text.

public static class Texts
Inheritance
Texts
Inherited Members

Properties

Current

Gets or sets the current localizer.

public static ILocalizer Current { get; set; }

Property Value

ILocalizer

SplitKeys

True if the keys should be split into words.

public static bool SplitKeys { get; set; }

Property Value

bool

Methods

GS(string)

Gets the localized text for the specified key.

public static string GS(string Key)

Parameters

Key string

Returns

string

GS(string, string)

Gets the localized text for the specified key.

public static string GS(string Key, string Default)

Parameters

Key string
Default string

Returns

string

L(string)

Gets the localized text for the specified key.

public static string L(string Key)

Parameters

Key string

Returns

string

L(string, string)

Gets the localized text for the specified key.

public static string L(string Key, string Default)

Parameters

Key string
Default string

Returns

string