converting chinese .rc file to english .rc file
-
Hi All, How to convert Chinese VC++ .rc file to English VC++ .rc file. I have a VC++ project the dialog resource is in Chinese language I want to convert the Chinese dialog resource to English dialog resource how to do it? Is there any tool? Pls suggest me.
-
Hi All, How to convert Chinese VC++ .rc file to English VC++ .rc file. I have a VC++ project the dialog resource is in Chinese language I want to convert the Chinese dialog resource to English dialog resource how to do it? Is there any tool? Pls suggest me.
You could use Google Translate[^] to do this, but it is not guaranteed to be 100% accurate. You would need somebody to do this by hand.
«_Superman_» _I love work. It gives me something to do between weekends.
-
Hi All, How to convert Chinese VC++ .rc file to English VC++ .rc file. I have a VC++ project the dialog resource is in Chinese language I want to convert the Chinese dialog resource to English dialog resource how to do it? Is there any tool? Pls suggest me.
If I were doing it, I'd try Google translate, unless you can find someone fluent in both Chinese and English. If you try an automatic translator, like Google, you will surely need to clean up the results so you don't get hilarious or embarrassing text in your resource strings!
CQ de W5ALT
Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software
-
You could use Google Translate[^] to do this, but it is not guaranteed to be 100% accurate. You would need somebody to do this by hand.
«_Superman_» _I love work. It gives me something to do between weekends.
I seriously doubt Google translate is accurate with Chinese (although probably worth a try)... I would just about guess doing it by hand is the only viable option.