Class LangContext
The Lang context of the application.
Inherited Members
Namespace: Unity.AppUI.Core
Syntax
public class LangContext : IContext, IEquatable<LangContext>
Constructors
LangContext(String)
The Lang context of the application.
Declaration
public LangContext(string lang)
Parameters
Type | Name | Description |
---|---|---|
String | lang |
Properties
lang
The current language.
Declaration
public string lang { get; }
Property Value
Type | Description |
---|---|
String |