Hi, I'm testing my application with v4.0.30319 dlls on Windows 7.
With my application's language set to en-US, the initial main window is created well with English strings.
However, dynamically created controls are all created with Korean strings, which I assume follow my machine's culture setting. I checked the CurrentUICulture value while debugging, and after the first initialization, CurrentUICulture is somehow reset to ko-KR.
This does not happen with the previous Telerik dlls (2015 Q2) on Windows 7, or with v4.0.30319 dlls on Windows 10.
So I'm guessing v4.0.30319 dlls somehow reset the culture setting after the first initialization, only on Windows 7.
How can I fix this?