currentCulture set to invariant instead system choice - #51
Conversation
|
I think this issue can be solved by replacing certain Refer to CadeEvs#209, a contributor there also had some issues with Turkish locale due to |
|
default culture looks way more useful than changing every method to invariant alternatives |
|
In my opinion, this pr will conflict with #56 . Because if this fork is going to support multi language, |
|
If this issue must be fixed by changing System.Threading.Thread thread = new System.Threading.Thread(() =>
{
// Do something
})
{
// Set CurrentCulture for the thread
CurrentCulture = CultureInfo.InvariantCulture,
CurrentUICulture = CultureInfo.InvariantCulture
};
thread.Start(); // Execute the thread
thread.Join(); // Wait until the thread finish |
for #46 issue