Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm interested in creating lproj localization files for iOS/Mac apps programmatically. Ideally using .NET. From what I can gather, they're just zipped XML files. Is there any sane way of creating these or something which may give me a headsatart like an lproj equivalent of .NET's ResxWriter?

share|improve this question
1  
en.lproj/localizable.strings: AFAIK they're text files, or are wa talking about different things? – Dario Solera Feb 7 '12 at 8:43
It looks like I should be able to just create a zip file with each directory, so it should be doable. Thanks @DarioSolera – Echilon Feb 8 '12 at 10:01

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.