Reputation: 89
I know that you can localize the Info.plist file by creating InfoPlist.strings etc... But is it possible to localize text that comes from a custom plist.
Part of my application has some static strings inside a .plist file and I want to localize the strings inside the .plist file.
Is there something similar to InfoPlist.strings that you can do with custom property lists?
Any help is appreciated!
Upvotes: 0
Views: 645
Reputation: 89
Simply press "Localize" on the .plist file you've created and follow this post if you want to use genstrings: https://medium.com/@dcordero/a-different-way-to-deal-with-localized-strings-in-swift-3ea0da4cd143
Upvotes: 1