i want to do a spanish language option so
i got this folder structure on the app
on resources eng i got this for speed
<string id="SPEED">SPEED</string>
on resources spa i got this for speed
<string id="SPEED">VELOCIDAD</string>
and this onUpdate View
speed = Ui.loadResource(Rez.Strings.SPEED));
it works but only works in spansh when i switch or any other language it stays in spanish
thansk