Class AppLang
- Namespace
- SunamoLang.SunamoI18N
- Assembly
- SunamoLang.dll
Represents application language settings with type and language identifiers. Performance is prioritized, so this class has no Parse method and no parameterless constructor.
public class AppLang
- Inheritance
-
AppLang
- Inherited Members
- Extension Methods
Constructors
AppLang(byte, byte)
Initializes a new instance of the AppLang class.
public AppLang(byte type, byte language)
Parameters
Properties
Language
Gets the language identifier.
public byte Language { get; }
Property Value
Type
Gets the type identifier.
public byte Type { get; }
Property Value
Methods
ToString()
Returns a string representation of this AppLang instance.
public override string ToString()
Returns
- string
String representation of the instance.