Skip to content

Language

Summary

Represents the application language.

Signature

1
public abstract interface Language

Namespace

cAlgo.API

See Also

Properties

TwoLetterCode

Summary

Gets the two-letter code of the language.

Signature

1
public abstract string TwoLetterCode {get;}

Return Value

string

CultureName

Summary

Gets the culture name of the language.

Signature

1
public abstract string CultureName {get;}

Return Value

string