Initializer

init(format:locale:_:)

No overview available.

Declaration

init(format: String, locale: Locale?, _ args: CVarArg...)

See Also

Creating a String Using Formats

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.