Ruyi SDK
Namespaces
Ruyi.SDK.LocalizationService
LocalizationService.Client Class
Client Methods
GetCurrentLanguageAsync Method
GetFileNameAsync Method
GetStringAsync Method
GetStringsAsync Method
HintContextAsync Method
SwitchContextAsync Method
SwitchLanguageAsync Method
Click or drag to resizeClick or drag to resize

LocalizationServiceClientGetStringsAsync Method

[This is preliminary documentation and is subject to change.]

Get a set of localization string.

Namespace:  Ruyi.SDK.LocalizationService
Assembly:  SDK.Gen.ServiceAsync (in SDK.Gen.ServiceAsync.dll) Version: 0.9.3.3995
Syntax
C#
Copy
public Task<Dictionary<string, string>> GetStringsAsync(
	string filter,
	string context,
	string language,
	CancellationToken cancellationToken
)

Parameters

filter
Type: SystemString
A regular expresion used to filter the strings
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
cancellationToken
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Ruyi.SDK.LocalizationService.LocalizationService.Client.GetStringsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"]

Return Value

Type: TaskDictionaryString, String

[Missing <returns> documentation for "M:Ruyi.SDK.LocalizationService.LocalizationService.Client.GetStringsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"]

See Also

Reference

LocalizationServiceClient Class
Ruyi.SDK.LocalizationService Namespace

Copyright ©Zhongshan Subor Advanced Technology Co., Ltd. 2017-2018, All right reserved

Send comments on this topic to dev-support@playruyi.com