How to update langinfo.xml?
#3
When you play a video and press the "o" key to show the codec information, the difference can be seen (video width and audio sample rate):

Before:
Image

After:
Image

Note that in the screenshot only the thousands separator changed, but not the decimal seperator. The reason is that the code here uses StringUtils::Format which invokes libfmt. However libfmt only quite recently added support for a locale dependent decimal separator [1] [2] [3]. Furthermore kodi had to use "n" instead of "f" in the format string and to provide the to-be-applied locale. So the decimal separator aspect is another story.
Reply


Messages In This Thread
How to update langinfo.xml? - by Basic.Master - 2019-10-20, 13:25
RE: How to update langinfo.xml? - by Klojum - 2019-10-20, 18:41
RE: How to update langinfo.xml? - by Basic.Master - 2019-10-20, 19:12
Logout Mark Read Team Forum Stats Members Help
How to update langinfo.xml?0