Is there a straightforward way in Swift for adding quotation marks to a String? The quotation marks should localize properly (see https://en.wikipedia.org/wiki/Quotation_mark) based on the user's language settings. I'd like to show the string in a UILabel after adding the quotes.
For instance:
var quote: String!
quote = "To be or not to be..."
// one or more lines of code that add localized quotation marks
For a French user: «To be or not to be...»
For a German user: To be or not to be...