movingtarget
11 years agoVisitor
roLocalization problem
Can someone please explain what's wrong here:
I'm using roLocalization object which should be supported (http://sdkdocs.roku.com/pages/viewpage. ... Id=3114060), and is in fact created. But the ifLocalization interface appears to not exist. How can I fix this? I'm on 5.5.
BrightScript Debugger> p loc
<Component: roLocalization>
BrightScript Debugger> p loc.GetPluralString
Syntax Error. (runtime error &h02) in $LIVECOMPILE(8)
BrightScript Debugger> p loc.GetLocalizedAsset
Syntax Error. (runtime error &h02) in $LIVECOMPILE(9)
I'm using roLocalization object which should be supported (http://sdkdocs.roku.com/pages/viewpage. ... Id=3114060), and is in fact created. But the ifLocalization interface appears to not exist. How can I fix this? I'm on 5.5.