Interface ILocalizationSettings
Interface representing localization settings within the application foundation.
Namespace: Serenity.Localization.Domain.Entities
Assembly: Serenity.Localization.Domain.dll
Syntax
public interface ILocalizationSettings : IFoundationSettings
Properties
GameLanguageKey
Gets the key for the game language.
Declaration
string GameLanguageKey { get; }
Property Value
| Type | Description |
|---|---|
| string | The key for the game language. |
GameLocalizationTable
Gets the localization table for the game.
Declaration
ILocalizationTable GameLocalizationTable { get; }
Property Value
| Type | Description |
|---|---|
| ILocalizationTable | The localization table for the game. |
VoiceLanguageKey
Gets the key for the voice language.
Declaration
string VoiceLanguageKey { get; }
Property Value
| Type | Description |
|---|---|
| string | The key for the voice language. |
VoiceLocalizationTable
Gets the localization table for voice assets.
Declaration
ILocalizationTable VoiceLocalizationTable { get; }
Property Value
| Type | Description |
|---|---|
| ILocalizationTable | The localization table for voice assets. |