Change intent localization at runtime

Hi,
I have an app which allows users to change language inside the app. The problem occurs when I want to change the widget configuration language. Is it possible to change the widget configuration localization at runtime?
You should be able to share the configured language from the host app to the widget by using an App Group. Then during timeline creation, the widget can fetch the language and create entries appropriately.

For more info, "Sharing Data with Your Containing App": in https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/ExtensionScenarios.html
Change intent localization at runtime
 
 
Q