SiamIT
Well-known member
- Joined
- Aug 3, 2021
- Messages
- 53
- Programming Experience
- 5-10
Greetings,
I develop software for numerous clients around the world, and many of the clients is from non English country thus their computer Language is also non English.
And sometimes, when my app face Unhandled exception it shows the error message with details. But problem is windows shows those error message using user local language settings.
That's why i am using following solution was able to show custom Exception Window.
but on the site (at user end) it still shows the message as windows local language
. Please check the following screenshot:
so; my question is how can i force that message to be shown in English discarding user windows default/current language settings?
thanks in advance
best regards
I develop software for numerous clients around the world, and many of the clients is from non English country thus their computer Language is also non English.
And sometimes, when my app face Unhandled exception it shows the error message with details. But problem is windows shows those error message using user local language settings.
That's why i am using following solution was able to show custom Exception Window.
Stackoverflow Support:
https://stackoverflow.com/a/11591200/12938841
but on the site (at user end) it still shows the message as windows local language
so; my question is how can i force that message to be shown in English discarding user windows default/current language settings?
thanks in advance
best regards