Hello,
I think I important to add all available languages in the iTunes page of all applications.
![alt text][1]
I'm looking for a script or a tip to export my Unity Project 4.5 to XCode project with my languages included in my game.
I know how to add languages in XCode but all my localizations are embedded in my Unity Game.
When I export to XCode project I got only 6 languages by default :
**But how set available language in Unity to export all languages in XCode?**
![alt text][2]
**MY TRICK - DO EVRY TIME YOU EXPORT YOU XCODE PROJECT**
1. Create one folder by language (en.lproj, fr.lproj, de.lproj, etc.) Copy and paste a dummy text file with the same name in all folders
![alt text][3]
2. Add all folders in your XCode Project. And it's done!
Here:
![alt text][4]
[1]: http://i.imgur.com/fZVOznY.png
[2]: http://i.imgur.com/loQ4r4u.png
[3]: http://i.imgur.com/izCgkwB.png
[4]: http://i.imgur.com/phgyPE2.png
↧