Reading and writing .plist files is easy. So is .json files. Is there a similarly easy way for reading and writing the .strings files that are used for localization? Or is there third party code you'd recommend for the purpose?
I'd love not to reinvent the wheel, but I have been unable to find it myself
Cheers
Nik
Edit: this solution has been suggested, and although I was pleased to learn there was such a convenient function for writing and reading .strings files, it looses the comments. I'm really looking for a non-lossy solution