Table of Contents

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

type byte

The type identifier.

language byte

The language identifier.

Properties

Language

Gets the language identifier.

public byte Language { get; }

Property Value

byte

Type

Gets the type identifier.

public byte Type { get; }

Property Value

byte

Methods

ToString()

Returns a string representation of this AppLang instance.

public override string ToString()

Returns

string

String representation of the instance.