A
A
andoral2018-03-06 09:48:13
C++ / C#
andoral, 2018-03-06 09:48:13

How to set the English language for exceptions?

Studio (2017) in English, writes exceptions in Russian. How to change to English?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Gavrilenko, 2018-03-06
@andoral

System.Globalization.CultureInfo.DefaultThreadCurrentCulture = new System.Globalization.CultureInfo("en-US");

Set preferences in the current application domain

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question