iOS 国际化,pList文件配置

Posted 信息学奥赛NOIP辅导

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS 国际化,pList文件配置相关的知识,希望对你有一定的参考价值。

ios 国际化,pList文件配置

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>CFBundleDevelopmentRegion</key>
    <string>en</string>
    <key>CFBundleLocalizations</key>
    <array>
      <string>en</string>
      <string>zh_CN</string>
    </array>
    <key>CFBundleDisplayName</key>
    <string>iSocialApp</string>
    <key>CFBundleExecutable</key>

  

以上是关于iOS 国际化,pList文件配置的主要内容,如果未能解决你的问题,请参考以下文章

iOS国际化

iOS10权限声明国际化

iOS项目国际化详解

iOS 国际化多语言(上)

spring 国际化 js怎么设置

IOS 读取项目中的plist文件