- Home /
Question by
Sparrowfc · Dec 03, 2013 at 10:29 AM ·
ioslocalizationinternationalization
IOS App Display Name Internationalizat
I'm new for IOS develope and XCode. Here the goal I want is the let the published app display name in the local language used by device.
I've read some solution on ios forums, creating an InfoPlist.strings file, adding key 'CFBundleDisplayName'. But the my project won't build, there's an error reading the data file I've just added.
'Copy .strings file Error : Read Failed: The data couldn't be read because it has been corrupted'
Can someone explain me about this?
Comment
Answer by Joel_Herber · Jan 27, 2014 at 12:22 PM
A little late, but did you put an ampersand (&) in the title? Xcode treats this character as an escape character so it would mess up the file format.