06-22-2006 03:16 PM
06-23-2006 01:12 PM
Happy Friday!
Unfortunately, the format of the exported strings file cannot be changed to the one that you require. However, the format of the file is well specified and machine-readable. This means that in order to take the file and convert it to the format you want, you’ll have to write a program to read the file and parse the tags. This should be relatively straight-forward but like anything it’ll take a little time. There might be some people out there that already have an application designed (we certainly don’t here though), and you are welcome to dig into this example which might help. Also, make sure to examine this tutorial on localization which specifies the exported string files so you know what to parse.
Hope this helps get you started – have a great weekend!