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
Type: SystemString
The key.
result
Type: SystemString
The localized string.

Return Value

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