locale
The locale to use when formatting items in the list.
リストの中の項目を書式設定する時に使うロケール。
Availability 有効性
Technology
@property(copy) NSFormatter
*itemFormatter;
If this property isn’t set, the list formatter falls back to the item’s description
or localized
methods if implemented. If those methods aren’t implemented, the formatter uses description
instead.
このプロパティが設定されないならば、リストフォーマッタは項目のもつdescription
またはlocalized
メソッドにフォールバック(縮退)します、もし実装されるならば。それらメソッドが実装されないならば、フォーマッタはdescription
を代わりに使います。
locale