[PROBLEM] XBMC GUI - Temperature - always showing Fahrenheit - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Kodi (/forum-18.html) +--- Thread: [PROBLEM] XBMC GUI - Temperature - always showing Fahrenheit (/thread-279.html) |
XBMC GUI - Temperature - always showing Fahrenheit - s2108312 - 17th Jan, 2013 11:20 PM ..... RE: XBMC GUI - Temperature - always showing Fahrenheit - BartOtten - 18th Jan, 2013 02:49 AM Please open an Issue @ Git. I think it's a XBMC problem but maybe we can propose a patch RE: XBMC GUI - Temperature - always showing Fahrenheit - TipCy - 7th Jun, 2013 03:43 AM (17th Jan, 2013 11:20 PM)s2108312 Wrote: XBMC GUI - Temperature - always showing Fahrenheit. Did you ever manage to get this fixed? RE: XBMC GUI - Temperature - always showing Fahrenheit - rikardo1979 - 7th Jun, 2013 04:58 AM your /usr/local/share/xbmc/language/Japanese/langinfo.xml should look like this inside by default Code: <regions> If for some reason doesn't just change <tempunit>F</tempunit> to <tempunit>C</tempunit> This should do the trick if I'm not wrong, if yes than someone please correct me |