Client Methods |
[This is preliminary documentation and is subject to change.]
The LocalizationServiceClient type exposes the following members.
Name | Description | |
---|---|---|
GetCurrentLanguageAsync | ||
GetFileNameAsync | Get the file name/path in the language.
The search will go through the context and its sub context to find the file name. Eg. If file name is not found in context com.ruyi, then the search will go on to find it in com.ruyi.moduleA and com.ruyi.moduleB. | |
GetStringAsync | Get a localization string.
Return: localization string. | |
GetStringsAsync | Get a set of localization string. | |
HintContextAsync | ||
SwitchContextAsync | Switch a context of the language. | |
SwitchLanguageAsync | Switch language to specified one. |