To support localization and localized string interpolation, components should support iOS16+ LocalizedStringResource initializers. The solution should fully support sync with string catalogs.
Note: The LocalizedStringKey can only be used for localization via reflection.
To support localization and localized string interpolation, components should support iOS16+
LocalizedStringResource
initializers. The solution should fully support sync with string catalogs.Note: The
LocalizedStringKey
can only be used for localization via reflection.