I'm trying to localize my app and have a problem to localize local string resource:
<x:String x:Key="lblAnyText">Any Text Here</x:String>
When i'll add x:Uid:
<x:String x:Uid="AnyText" x:Key="lblAnyText">Any Text Here</x:String>
i get exception on run (sure AnyText exist in my resw file). With any other UI elements (button, text) x:Uid work as expected.