ILocalizedStringProviderTryGetLocalizedString Method |
Try to get the localized string for the specified key.
Namespace: Rewired.InterfacesAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxbool TryGetLocalizedString(
string key,
out string result
)
Parameters
- key String
- The key.
- result String
- The localized string.
Return Value
BooleanTrue if the input string was localized, false if not.
See Also