Skip to content

Instantly share code, notes, and snippets.

@bezysoftware
Created September 6, 2018 09:10
Show Gist options
  • Select an option

  • Save bezysoftware/a2b27e76684bc7871469bf73b1484320 to your computer and use it in GitHub Desktop.

Select an option

Save bezysoftware/a2b27e76684bc7871469bf73b1484320 to your computer and use it in GitHub Desktop.
Resx binding sample
<Application
xmlns:loc="using:SettleUp.Localization.Resources"
...>
<Application.Resources>
<loc:AppResources x:Key="Loc" />
</Application.Resources>
...
</Application>
<!-- Your user control -->
<TextBlock Text="{Binding SomeString, Source={StaticResource Loc}} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment