marmelroy / Localize-Swift

Swift friendly localization and i18n with in-app language switching
MIT License
3.08k stars 330 forks source link

System buttons (cancel, back,...) localization #127

Open alexookah opened 5 years ago

alexookah commented 5 years ago

Hi i am using this library and i noticed that the system buttons don't get translated to the user's preference localization. it is using the phone's language that the user has in settings.

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?

azoff15 commented 5 years ago

Any updates on this?

fassko commented 5 years ago

At the moment this library doesn't do that. You need to do it manually.

But if you have a neat solution PRs are welcomed. :)

takasurazeem commented 1 year ago

At the moment this library doesn't do that. You need to do it manually.

But if you have a neat solution PRs are welcomed. :)

How do we do it manually? I want to localize the back button.