Program masters may know that developing multilingual applications under Delphi or BC is very easy, only using multiple language resource files. But doing this only has a role of the application's sexual properties, and the string used as prompts in the program is not stored in the corresponding resource file, and it is more difficult. Here I introduce a method for your reference:
To make full use of Delphi features, you can only save the string used in your application as attributes. To implement this step, you can use the prompt string to be used in each form of the application in the TStrings class. Tstrings can freely increase or decrease in the form design, and the application only references the corresponding string to output. . This can write a control on the form, or inherit the TFORM form class, add an attribute, class name TSTRINGS. Finally, you can use Delphi's original developing multilingual application functionality to translate it. Since I don't have enough time, I don't detail the method, and interesting readers can send me E-mail. My e-mail is: jhliusoft@sina.com or ljhsoft@sohu.com.