Culture.toString

Returns the name of the Culture.

class Culture
override
immutable(char)[]
toString
()

Return Value

Type: immutable(char)[]

A string containing the name of the Culture in the format <language>"-"<region>.

Meta