Contents

usesMetricSystem

A flag that indicates whether the locale uses the metric system.

Declaration

static let usesMetricSystem: NSLocale.Key

Discussion

The corresponding value is a NSNumber object containing a Boolean value. If the value is false, you can typically assume American measurement units (for example, the statute mile).

See Also

Keys