Forum Discussion

TechTalk01's avatar
TechTalk01
Binge Watcher
2 years ago

String localization in Channel

I want to perform localization for my channel from English to Spanish Mexican,

for that I had written translations.xml file as..

 
and in brs file I am creating a label named ..
 
  m.display_content1 = m.top.findNode("display_content1")
  m.display_content1.text = tr("Everything you like in one place!")
 
I had placed the translations.xml file in 
 

 Still in output I am getting "Everything you like in one place!" as output instead of text in Transalations.xml file.
Can anyone please help in resolve this issue. ?

4 Replies