Global Variable グローバル変数

NSLocaleUsesMetricSystem

A flag that indicates whether the locale uses the metric system. そのロケールがメートル法を使うかどうかを指し示すフラグ。

Declaration 宣言

const NSLocaleKey NSLocaleUsesMetricSystem;

Discussion 議論

The corresponding value is a NSNumber object containing a Boolean value. If the value is NO, you can typically assume American measurement units (for example, the statute mile). 対応する値は、NSNumberオブジェクトでブール値を含んでいます。値がNOならば、あなたは概ねアメリカ単位系を仮定できます(例えば、法定マイル)。

See Also 参照

Keys キー