Class LanguageViewModel
Language viewmodel
Inheritance
System.Object
LanguageViewModel
Namespace: Simplic.Authentication.UI
Assembly: Simplic.Authentication.UI.dll
Syntax
public class LanguageViewModel : UI.MVC.ViewModelBase
Properties
| Improve this Doc View SourceCultureInfo
Gets or sets the culture info
Declaration
public CultureInfo CultureInfo { get; set; }
Property Value
Type | Description |
---|---|
System.Globalization.CultureInfo |
Image
Gets or sets the language image
Declaration
public BitmapImage Image { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Imaging.BitmapImage |
Name
Gets or sets the language name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |