- January 24, 2012
- 2,569
- 2,680
- Home Country
- United Kingdom
- Thread starter
- Moderator
- #241
That explains why i could not reproduceGood it seems that i have found a fix
We need to set MediaPortal.exe as cultureinfo US
Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US");
Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US");
With this, the MP exe instance is set to use Us culture info so it will handle correctly the decimal
I have tested that the keyboard stay in french under MP and it works
So i think it's the good way to go because maybe other part of code need to be used like culture info US.