Hi,
I used language overwriting by using a resources-deu directory for german strings. This works perfectly in the widget itself, but not with strings which have a glance view scope. Is there any workaround? Maybe using another overwriting method?
Hi,
I used language overwriting by using a resources-deu directory for german strings. This works perfectly in the widget itself, but not with strings which have a glance view scope. Is there any workaround? Maybe using another overwriting method?
You mean the scoping like this? Which SDK are you using?
<resources> <string id="MyBackgroundString" scope="background">Background String</string> <string id="MyGlanceString" scope="glance">Glance String</string> <string id="MyForegroundString" scope="foreground">Foreground String</string> </resources>
Are you providing the scope attribute for all instances of these string resources?
Hi Travis,
Of course I do. I copied the entire string file.