Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Maupin <ermaup@microsoft.com>2019-08-29 21:36:19 +0300
committerEric Maupin <ermaup@microsoft.com>2019-08-29 21:36:19 +0300
commitf3261220431b863aa3ef5cfab5464f53078cf2f5 (patch)
treec3ad0a549f11a7261f708548d71c59b9bffbbf50 /Xamarin.PropertyEditing.Windows
parent637eaa147865674d5ba6087b68ae691610dbea56 (diff)
[Win] Localize shared/local/all resources
Diffstat (limited to 'Xamarin.PropertyEditing.Windows')
-rw-r--r--Xamarin.PropertyEditing.Windows/ResourceSelectorWindow.xaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Xamarin.PropertyEditing.Windows/ResourceSelectorWindow.xaml b/Xamarin.PropertyEditing.Windows/ResourceSelectorWindow.xaml
index 5a7fc37..7dd210f 100644
--- a/Xamarin.PropertyEditing.Windows/ResourceSelectorWindow.xaml
+++ b/Xamarin.PropertyEditing.Windows/ResourceSelectorWindow.xaml
@@ -56,9 +56,9 @@
<Setter Property="FocusVisualStyle" Value="{StaticResource GenericVisualFocusStyle}" />
</Style>
</StackPanel.Resources>
- <RadioButton Content="_All Resources" GroupName="ResourceTypes" IsChecked="{Binding ShowBothResourceTypes}" />
- <RadioButton Content="_Local" GroupName="ResourceTypes" IsChecked="{Binding ShowOnlyLocalResources}" />
- <RadioButton Content="_Shared" GroupName="ResourceTypes" IsChecked="{Binding ShowOnlySystemResources}" />
+ <RadioButton Content="{x:Static prop:Resources.ResourcesAllSources}" GroupName="ResourceTypes" IsChecked="{Binding ShowBothResourceTypes}" />
+ <RadioButton Content="{x:Static prop:Resources.ResourcesLocalSource}" GroupName="ResourceTypes" IsChecked="{Binding ShowOnlyLocalResources}" />
+ <RadioButton Content="{x:Static prop:Resources.ResourcesSharedSource}" GroupName="ResourceTypes" IsChecked="{Binding ShowOnlySystemResources}" />
</StackPanel>
<Separator Grid.Row="3" Margin="0,10,0,10" />