Post

Replies

Boosts

Views

Activity

Comment on App Intents Siri Phrases Localization
Thank you, you saved the day. I wish if I can localize Formatter   let relativeDate = formatter.string(from: .now, to: nextPrayerDate) ?? ""           return .result(             value: value,             dialog: "intent_current_prayed_no(relativeDate)",             view: AppShortcutsPrayerView(time: nextPrayerDate, name: nextPrayerName)           ) the formatter display as the app language and the dialog display as Siri language, is there any way to make the formatter.string use Siri local
Dec ’22