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
SplitKeys
True if the keys should be split into words.
public static bool SplitKeys { get; set; }
Property Value
Methods
GS(string)
Gets the localized text for the specified key.
public static string GS(string Key)
Parameters
Keystring
Returns
GS(string, string)
Gets the localized text for the specified key.
public static string GS(string Key, string Default)
Parameters
Returns
L(string)
Gets the localized text for the specified key.
public static string L(string Key)
Parameters
Keystring
Returns
L(string, string)
Gets the localized text for the specified key.
public static string L(string Key, string Default)