The locale to use when formatting items in the list. リストの中の項目を書式設定する時に使うロケール。
Instance Method
インスタンスメソッド
locale(_:)
Modifies the list format style to use the specified locale.
リスト書式設定スタイルを修正してこの指定されたロケールを使うようにします。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func locale(_ locale: Locale
) -> ListFormatStyle
<Style, Base>
Parameters パラメータ
locale
Return Value 戻り値
A list format style with the provided locale. あるリスト書式設定スタイル、この提供されたロケールでの。
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Modifying a List Format Style リスト書式設定スタイルを修正する
var width: ListFormatStyle<Style, Base>.Width
The size of the list.
リストの大きさ。
enum ListFormatStyle.Width
The type representing the width of a list.
リストの幅を表している型。
var listType : ListFormatStyle<Style, Base>.ListType
The type of the list.
リストの型。
enum ListFormatStyle.ListType
A type that describes whether the returned list contains cumulative or alternative elements.
ある型、それは返されたリストが累積的または代替的な要素を含むかどうかを記述します。
var locale: Locale
The locale to use when formatting items in the list.
リストの中の項目を書式設定する時に使うロケール。