Charset.language

Attempts to find a specific language code that is specific to charset. Currently only handles CJK and Russian/Ukranian charset->lang mapping. Everything else will return null.

struct Charset
static
string
language
(
string charset
)

Parameters

charset string

charset name

Return Value

Type: string

a language code that is specific to charset, or null on fail.