Are there any new formatters in Swift?

Asked on 2024-07-20

1 search

Yes, there are new formatters in Swift. Specifically, the formatted API has been enhanced to ensure that names in any language and script are displayed correctly, regardless of the language your app is in. For example, using the short style from the formatter will use the given name only when appropriate for monograms, which is particularly useful for languages like Chinese and Japanese.

For more details, you can refer to the session Build multilingual-ready apps (10:33).