Culture.twoLetterLanguageName

Property. Retrieves the two-letter language code of the culture.

class Culture
@property const
const(char)[]
twoLetterLanguageName
()

Return Value

Type: const(char)[]

The two-letter language code of the Culture instance. For example, the twoLetterLanguageName for English is "en".

Meta