[This is preliminary documentation and is subject to change.]
Gets the localized string from the specified localization string id.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- localizationStringId
- Type: SystemString
The localization string identifier.
Return Value
Type: StringIf successful, returns a String representing the localized version of the specified localization string; otherwise, returns null.
Examples
Game.DisplayNotification(Game.GetLocalizedString("LEGS_P1_14_0"));
See Also