Method GetTranslations
| Improve this Doc View SourceGetTranslations(in string)
Retrieve translations for given language.
Declaration
public IReadOnlyDictionary<string, string> GetTranslations(in string language)
Parameters
Type | Name | Description |
---|---|---|
string | language | Language of the translation you want to retrieve. |
Returns
Type | Description |
---|---|
IReadOnlyDictionary<string, string> |