Change iphone app language with buttons and without restart of the app

前端 未结 4 2067
隐瞒了意图╮
隐瞒了意图╮ 2021-01-19 05:48

I want to change the language of my app. At the moment I am doing it at the following way. I have two buttons which are change the languages in NSUserDefaults. But before t

4条回答
  •  既然无缘
    2021-01-19 06:46

    Check out HMLocalization: https://github.com/HeshamMegid/HMLocalization

    It's a replacement for the default localisation framework. It has a demo showing how to change language without having to restart the app.

提交回复
热议问题