Vincent Tourraine
Reblog

Novembre 2022

Check localizable strings with the accented pseudolanguage in Xcode

There are a few different ways to declare localizable strings in a SwiftUI app, such as create a Text view with a string literal, explicitly declare a LocalizedStringKey variable or initialize a string with the String(localized:) API from Foundation.