Class SheetsSettings.LocalizationSettings
Inherited Members
Namespace: Glitch9.AIDevKit.Sheets
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public sealed class SheetsSettings.LocalizationSettings
Properties
| Edit this page View SourceAutoUpdateOnLocaleChange
Gets or sets whether to automatically update localized content when the locale changes.
Declaration
public bool AutoUpdateOnLocaleChange { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
EnableRealtimeTranslation
Gets or sets whether realtime translation is enabled.
Declaration
public bool EnableRealtimeTranslation { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
MicrosoftTranslatorRegion
Gets the Microsoft Translator API region.
Declaration
public string MicrosoftTranslatorRegion { get; }
Property Value
| Type | Description |
|---|---|
| string |
MicrosoftTranslatorToken
Gets the Microsoft Translator API token.
Declaration
public string MicrosoftTranslatorToken { get; }
Property Value
| Type | Description |
|---|---|
| string |
RealtimeTranslationModel
Gets or sets the AI model to use for realtime translation.
Declaration
public string RealtimeTranslationModel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RealtimeTranslationService
Gets or sets the translation service to use for realtime translation.
Declaration
public TrService RealtimeTranslationService { get; set; }
Property Value
| Type | Description |
|---|---|
| TrService |
SourceLocale
Gets or sets the source locale used for localization. Defaults to English if not set.
Declaration
public Locale SourceLocale { get; set; }
Property Value
| Type | Description |
|---|---|
| Locale |
SupportedLocales
Gets or sets the list of supported locales for the application.
Declaration
public List<Locale> SupportedLocales { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Locale> |