Maybe easier to write your own localiser method.

Make a global function:

function localise(s as string, comment as string="") as string

Then implement it :)

Just read in a text file using tabs or something else to separate the key from value, and lines to separate values. And store the results into a dictionary.

This way, the result is cross platform. If you really want, you could make your function also read in Apple's .strings files.



--
http://elfdata.com/plugin/




_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to