Comparison.
Reading comments (0)
Today, you need to add multiple languages to the keyboard backlight software. However, the software runs in an XP environment and Mui cannot be applied. Therefore, you have selected string table to support multiple languages. The procedure is as follows:
1. Open the project RC view, select the only string table in the string table, right-click and select insert copy, select the desired country language, and create a new string table.
2. In the newly created string table, enter the language of the corresponding country.
3. Create a cstring in the Code and use the loadstring function to import the required string ID.
4. Compile and run the program. The project automatically selects the corresponding string table based on the current language of the system.
Today, you need to add multiple languages to the keyboard backlight software. However, the software runs in an XP environment and Mui cannot be applied. Therefore, you have selected string table to support multiple languages. The procedure is as follows:
1. Open the project RC view, select the only string table in the string table, right-click and select insert copy, select the desired country language, and create a new string table.
2. In the newly created string table, enter the language of the corresponding country.
3. Create a cstring in the Code and use the loadstring function to import the required string ID.
4. Compile and run the program. The project automatically selects the corresponding string table based on the current language of the system.