easy_localization icon indicating copy to clipboard operation
easy_localization copied to clipboard

Synchronize the current app locale with iOS "Preferred language" in App Settings?

Open ahmtydn opened this issue 1 year ago • 0 comments

In my iOS application, I have 'Suggested Languages' in App Settings as EN and TR.

context.setLocale(Locale('tr', 'TR'))

The app is immediately localized to TR, but in iOS Settings, the 'Preferred Language' remains set to EN.

How can I synchronize the current app locale with the 'Preferred Language' in iOS Settings?"

Screenshot 2024-08-28 at 06 35 08

ahmtydn avatar Aug 28 '24 03:08 ahmtydn