Abedalkareem / LanguageManager-iOS

A Language manager to handle changing app language without restarting the app. It supports iOS and tvOS.
MIT License
396 stars 66 forks source link

system buttons don't get translated (cancel, back,...) localization #67

Open annasfa992 opened 2 years ago

annasfa992 commented 2 years ago

i noticed that the system buttons don't get translated to the user's preference localization. it is using the previous language that the user has in.

This is happening in navigation items -> back, cancel keyboard buttons -> search, Go Social share popup -> share, cancel

e.t.c.

Could something be done for these issues?

Abedalkareem commented 2 years ago

Hi, These things are out of the app kind of thing, it's following the system configurations. I think you can maybe localize them using method swizzling. but I'm not sure.