¡@

Home 

2014/10/15 ¤U¤È 10:09:20

iphone Programming Glossary: fr.lproj

Xcode 3.2.2 and localization of Settings.bundle

http://stackoverflow.com/questions/2661619/xcode-3-2-2-and-localization-of-settings-bundle

How are XIBs loaded for localized apps?

http://stackoverflow.com/questions/5988589/how-are-xibs-loaded-for-localized-apps

all at once . What this means is that I don't have any xib files in language specific directories in my project fr.lproj zh Hant.lproj etc... . Instead I have en.lproj full of all my xib files nib files once they are built and language specific..

The file InfoPlist.strings couldn't be opened

http://stackoverflow.com/questions/9359835/the-file-infoplist-strings-couldnt-be-opened

there is the following there a folder named en.lproj contains Localizable.strings and InfoPlist.strings. Folders named fr.lproj and de.lproj contains the same Localizable.strings and InfoPlist.strings. Seems like i've described everything. Please explain.. line fr isa PBXFileReference lastKnownFileType text.plist.strings name fr path Users YOUR USER PATH_TO_PROJECT fr.lproj InfoPlist.strings sourceTree absolute Notice that the path attribute is the full path to the file and that the sourceTree.. sourceTree attribute is set to absolute . Now change the path so that it's relative Users YOUR USER PATH_TO_PROJECT fr.lproj InfoPlist.strings should become fr.lproj InfoPlist.strings Also change the sourceTree value from absolute to group The line..