Interfaces
ILocalizationService
Provides utility methods to handle translation files.
Methods
GetLocalization
Gets the localization with the given key.
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | The locale. |
Returns
| Name | Type |
|---|---|
| string | The serialized localization. |
Properties
AvailableLocalizations
Gets the available localizations.
Type: ReadOnlyDictionary<string, string>