Contents

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: any CVarArg...) -> String

See Also

Creating a String Using Formats