应用程序国际化
应用程序国际化

https://github.com/YouXianMing/iOS-Project-Examples
参考资料
http://db42.in/2015/02/15/locale-based-ios-app-branding/
1. 添加并修改 Bundle display name ,可以达到修改app名字的目的

2. 通过添加 InfoPlist.strings 来修改应用标题




3. 通过添加 Localizable.strings 来实现普通文案的国际化

应用程序国际化

https://github.com/YouXianMing/iOS-Project-Examples
参考资料
http://db42.in/2015/02/15/locale-based-ios-app-branding/
1. 添加并修改 Bundle display name ,可以达到修改app名字的目的

2. 通过添加 InfoPlist.strings 来修改应用标题




3. 通过添加 Localizable.strings 来实现普通文案的国际化
