SceneGraph Localisation

Hi,

Trying to get SG component localised as to the Docs which state:

For strings defined in XML markup in a **
I have a Label as:

<Label text="Hello"></Label>

And translation file as:

<?xml version="1.0" encoding="UTF-8" standalone="no"?> Hello Hallo

But the label is not getting localised. i.e. it is always set to “Hello”

If I print tr(“Hello”) it gets translated as expected.

Any ideas?

Thanks,

Ryan