Culture.englishName

Property. Retrieves the name of the Culture in the format <languagename> (<regionname>) in English.

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

Return Value

Type: const(char)[]

The name of the current instance in English. For example, the englishName of the UK English culture is "English (United Kingdom)".

Meta