Hi,
I would like to add multi language support to my application. I searched the forum but didn't find many VFP topics about it. Does anyone have any advise to give me here. I have thought about two methods:
1. Have texts as #defines in an include file.
2. Having a table with one column for each langugae.
The first method has the disadvantage that the language is decided at compile time and the other that the record pointer has to be moved around, perhaps copying to arrays is needed etc.
What other methods are available?
Thanks,
Micael
I would like to add multi language support to my application. I searched the forum but didn't find many VFP topics about it. Does anyone have any advise to give me here. I have thought about two methods:
1. Have texts as #defines in an include file.
2. Having a table with one column for each langugae.
The first method has the disadvantage that the language is decided at compile time and the other that the record pointer has to be moved around, perhaps copying to arrays is needed etc.
What other methods are available?
Thanks,
Micael