Instance Property インスタンスプロパティ

usesMetricSystem

A Boolean value that indicates whether the locale uses the metric system. そのロケールがメートル法を使うかどうかを指し示すブール値。

Declaration 宣言

@property(readonly) BOOL usesMetricSystem;

Discussion 議論

This property contains the same value returned by the objectForKey: method when passing the NSLocaleUsesMetricSystem key. このプロパティは、objectForKey:メソッドにNSLocaleUsesMetricSystemキーを渡す場合に返されるのと同じ値を含みます。

See Also 参照

Getting Information About a Locale ロケールについての情報を取得する