Culture.threeLetterLanguageName

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

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

Return Value

Type: const(char)[]

The three-letter language code of the Culture instance. For example, the threeLetterLanguageName for English is "eng".

Meta