1

My problem is the following. Locally, the Piranha manager's language is correct. But after the publication - english. What's wrong? Maybe it's nececcary to explicitly set the language of the manager? But how?

vladver
  • 97
  • 1
  • 1
  • 8

1 Answers1

1

The question is closed. The solution was to explicitly specify the culture of the current thread.

CultureInfo.DefaultThreadCurrentCulture = cultureInfo;
CultureInfo.DefaultThreadCurrentUICulture = cultureInfo;
vladver
  • 97
  • 1
  • 1
  • 8