简体   繁体   中英

Localize iOS Info.plist Privacy Strings

I want to localize the privacy strings from the Runner's info.plist file, but fail to find how. In the official documentation ( https://flutter.dev/docs/development/accessibility-and-localization/internationalization ) at the very end is stated to add a key named "*eLocalizations**", but I don't see that if I try to add some new key to the plist (having the top item selected like written in the docs).

Any idea what I'm doing wrong? Please see attached what I see in Xcode when I add a new key.

在此处输入图片说明

One way is to create an InfoPlist.strings file and localize that. The Info.plist will pull the appropriate translation from these files.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM