The third method is surely the best way to deal with multi-language support problem. besides, i think we can check operating system language of the user first and then choose the language accordingly in the setup phase of the software ,which can make our project easy to use.
在2008-07-25 10:23:28,"Jin Cao" <[EMAIL PROTECTED]> 写道: >I searched for the information and found three methods to realize the >multi-language support. >1. One language, one version. >2. Use the standard object like the dynamic link library in windows. >3. Use language packets. >Which is the most suitable for our project? >And any detail information will be welcomed~
