Class LocalizationViewModel
Viewmodel for Localization_Text
Inheritance
System.Object
    LocalizationViewModel
  Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class LocalizationViewModel : ViewModelBase
  Constructors
| Improve this Doc View SourceLocalizationViewModel(Guid, Int32)
Declaration
public LocalizationViewModel(Guid localizationGroup, int languageID)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Guid | localizationGroup | |
| System.Int32 | languageID | 
Properties
| Improve this Doc View SourceLanguageIso
Gets the language Iso code
Declaration
public string LanguageIso { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
LanguageName
Gets the LanguageName
Declaration
public string LanguageName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Text
gets or sets the localizated text
Declaration
public string Text { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
| Improve this Doc View SourceSave()
Saves the current viewmodel
Declaration
public void Save()