View Single Post
Old 03-01-2004, 01:23 AM  
hanzify
Guest
 
Posts: n/a
Default

Quote:
Originally posted by bigstar
The problem is with adding the language support to the existing design, it's been quite difficult and I haven't made any progress.
It is very easy, there are two ways:

1, you can give translator the .dfm file and ASCII resource, after they finished the translation, you can re-compile the program.
2, translator can use Multilizer (localization software), after they finished the translation, Multilizer can build a localization file, for example: FlashFXP.chs. chs means chinese.
when user use FlashFXP in chinese OS, than program would call FlashFXP.chs to show the chinese interface.