Culture.name

$(ANCHOR Culture_name) Property. Retrieves the name of the Culture in the format <language>"-"<region>.

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

Return Value

Type: const(char)[]

The name of the current instance. For example, the name of the UK English culture is "en-GB".

Meta