Kodi Community Forum

Full Version: Error Changing string in language
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am having a little problem:

I am trying to change a string in strings.xml, if I change it in the english version it works ok,

Example:
Change <string id="550">Sort by: %s</string> to
<string id="550">Test: %s</string>

working ok.

But when I change it in the spanish language:


<string id="550">Ordenar por: %s</string> to
<string id="550">Test: %s</string>

It does not work, it shows all in english.

I did a solution, I change all the strings in english language to spanish and I cut modify them, no problem, so now I select english and it comes in spanish.

But I wouldlike to know why I can not modify the spanish language?

Just to know.

Thanks.

P.D.

I wnt to modify the string becouse "Ordenar por: %s" it shows out of the box.