Type Method 型メソッド

localizedStringWithFormat(_:_:)

Returns a string created by using a given format string as a template into which the remaining argument values are substituted according to the user’s default locale. 与えられた書式設定文字列をテンプレートとして使ってユーザの省略時のロケールに従って残りの引数値がそれに対する代用とされることによって作成される文字列を返します。

Declaration 宣言

static func localizedStringWithFormat(_ format: String, _ arguments: CVarArg...) -> String