| LocalizationServiceClientGetString Method |
[This is preliminary documentation and is subject to change.]
Get a localization string.
Return: localization string.
Namespace:
Ruyi.SDK.LocalizationService
Assembly:
ServiceGenerated (in ServiceGenerated.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public string GetString(
string key,
string context,
string language
)
Parameters
- key
- Type: SystemString
The key of the string - context
- Type: SystemString
The context that the string belong to. Null indicate find the first matching string throughout all contexts in the language. - language
- Type: SystemString
The language to search
Return Value
Type:
String[Missing <returns> documentation for "M:Ruyi.SDK.LocalizationService.LocalizationService.Client.GetString(System.String,System.String,System.String)"]
See Also