How to get Err.Description in English language?

baymon

New member
Joined
Apr 21, 2006
Messages
1
Programming Experience
Beginner
Hi,
I have a VB.Net Windows application that is installed in Japan. When there is error, I will log the err.description. But it seems the Err.Description is in Japanese language when it is installed there, thus make it difficult for me to troubleshoot.
So is there anyway I can convert or make the Err.Description to be always in english?
Any help would be appreciated. Thanks.
 
Back
Top