Or any other nationality that uses metric vs. standard measurements
The question was raised in this thread
http://www.pilote-virtuel.com/viewtopic.php?id=57771
Google translate tells me.
Well rather than convert it in your head lets just change it in the gauge.
Here is how you do it.
Unpack the LDRAndroid.cab file to LDRAndroid folder. Leave it in the panel folder. (you do not have to delete the cab file)
In the LDRAndroid folder make a copy of smartphone.xml as a backup.
Open the xml file with any text editor. I prefer notepad++ but that is a personal opinion.
Find this line.
Change it to
This will change your temperature read out to Celsius.
For those of you who did not look the Smartphone gauge was released under the Creative Commons License. Share and Share Alike non commercial use only.
You may edit or change that gauge as much as you want.
If someone wants the original gimp files for converting the language in the gauge to their language please just ask and I will up load it for you.
The question was raised in this thread
http://www.pilote-virtuel.com/viewtopic.php?id=57771
F-MC94 said:Ce qui me gène c'est l'affichage de la température dans le Samsung qui est en fahrenheit et là moi les fahrenheit ne me parlent pas beaucoup. Il faut que je sorte mon convertisseur.
Google translate tells me.
What bothers me is the temperature display in the Samsung which is where me and fahrenheit fahrenheit not speak to me. I need to sort my converter.
Well rather than convert it in your head lets just change it in the gauge.
Here is how you do it.
Unpack the LDRAndroid.cab file to LDRAndroid folder. Leave it in the panel folder. (you do not have to delete the cab file)
In the LDRAndroid folder make a copy of smartphone.xml as a backup.
Open the xml file with any text editor. I prefer notepad++ but that is a personal opinion.
Find this line.
Code:
%((A:TOTAL AIR TEMPERATURE,farenheit))%!4.1d!° F
Change it to
Code:
%((A:TOTAL AIR TEMPERATURE,celsius))%!4.1d!° C
This will change your temperature read out to Celsius.
For those of you who did not look the Smartphone gauge was released under the Creative Commons License. Share and Share Alike non commercial use only.
You may edit or change that gauge as much as you want.
If someone wants the original gimp files for converting the language in the gauge to their language please just ask and I will up load it for you.