Culture.nativeName

Property. Retrieves the name of the Culture in the format <languagename> (<regionname>) in its native language.

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

Return Value

Type: const(char)[]

The name of the current instance in its native language. For example, if Culture.name is "de-DE", nativeName is "Deutsch (Deutschland)".

Meta