struct DeployAndWithdrawDefensesAppIntent: WidgetConfigurationIntent {
// An example configurable parameter.
@Parameter(title:LocalizedStringResource("ax_alarm_device_name"))
}
In the process of using iOS widgetKit development team a, configuration item title need language internationalization (@ Parameter (title: LocalizedStringResource (" ax_alarm_device_name "))),
but found no effect. I first changed the language of the system on the iphone and found that the widget worked. However, just changing the language of the app did not take effect. Is there any way to just change the app language and make the widgets change? Thank you very much!
I am not an expert of WidgetKit, but from the localization perspective, it seems reasonable to me that the widget configuration UI honors the system language and not the per-app language, because the UI is part of the system.
To get the final answer, I’d suggest that you file a feedback report to see what the relevant team has to say – If you do so, please share your report ID here.
Best,
——
Ziqiao Chen
Worldwide Developer Relations.