Method GetLocalizedString
GetLocalizedString(String)
Returns a localized System.
Declaration
public static string GetLocalizedString(string entry)
Parameters
Type | Name | Description |
---|---|---|
System. |
entry | The GXT key. |
Returns
Type | Description |
---|---|
System. |
The localized System. |
GetLocalizedString(Int32)
Returns a localized System.
Declaration
public static string GetLocalizedString(int entryLabelHash)
Parameters
Type | Name | Description |
---|---|---|
System. |
entryLabelHash | The GXT key hash. |
Returns
Type | Description |
---|---|
System. |
The localized System. |