aissat / easy_localization

Easy and Fast internationalizing your Flutter Apps
https://pub.dev/packages/easy_localization
MIT License
903 stars 324 forks source link

Triggering Easy Localization Package on iOS Language Change #646

Open burhanaksendir opened 7 months ago

burhanaksendir commented 7 months ago

Hello everyone! I am using the Easy Localization package in my Flutter application to handle localization. I would like to know if the Easy Localization package provides a mechanism to detect and respond to language changes initiated from the iOS application settings.

Is there a specific method or callback within the Easy Localization package that gets triggered when a user changes the language from the iOS application settings?

How can I ensure that my Flutter app, using Easy Localization, reacts appropriately to language changes made in the iOS settings?