Culture.getCulture

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

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

Return Value

Type: Culture

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

Meta