Culture.getCulture

Returns a read-only instance of a culture using the specified culture identifier.

  1. Culture getCulture(int cultureID)
    class Culture
    static
    getCulture
    ()
  2. Culture getCulture(const(char)[] cultureName)

Return Value

Type: Culture

A read-only culture instance. Remarks: Instances returned by this method are cached.

Meta