ios - Xcode Settings.bundle中如何做多语言本地化?
迷茫
迷茫 2017-04-17 13:16:08
0
3
630
迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(3)
PHPzhong

Do you want to ask about multi-language internationalization? If so, you need to create a new strings file in the project, and then select the language for localization, such as Simplified Chinese, then create the same file and select localization as English
In this way, in two different files, different values ​​are specified based on the same key value, so that in system environments of different languages, it will be automatically modified to the value of the corresponding language
I’m just briefly explaining how to use it. I need to check the details carefully. Please forgive me if I’m wrong

巴扎黑







I have screenshots of the detailed steps for you

小葫芦

You can take a look at the localization in this repo https://github.com/kevinlawler/NSDate-TimeAgo

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template