Localization problems in iPhone
Posted
by user193545
on Stack Overflow
See other posts from Stack Overflow
or by user193545
Published on 2010-04-26T12:46:43Z
Indexed on
2010/05/31
23:03 UTC
Read the original article
Hit count: 191
iphone
|localization
Hi
I have been trying to localize my iPhone app in two languages - english and german
I have created two folders en.lproj and de.lproj each containing Localizable.strings file for respective language. I have included these files in my resources folder, changed the encoding of these files to UTF-16.
I have tried cleaning the project and building it again, deleting folder at path: Library/Application Support/iPhone Simulator/User
But the problem is still there. Anybody having an idea please help.
© Stack Overflow or respective owner