Click or drag to resize

ILocalizedStringProviderTryGetLocalizedString Method

Try to get the localized string for the specified key.

Namespace: Rewired.Interfaces
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
bool TryGetLocalizedString(
	string key,
	out string result
)

Parameters

key  String
The key.
result  String
The localized string.

Return Value

Boolean
True if the input string was localized, false if not.
See Also