static func localizedStringWithFormat (String, CVarArg...) -> String
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.
与えられた書式設定文字列をテンプレートとして使ってユーザの省略時のロケールに従って残りの引数値がそれに対する代用とされることによって作成される文字列を返します。