From f3261220431b863aa3ef5cfab5464f53078cf2f5 Mon Sep 17 00:00:00 2001 From: Eric Maupin Date: Thu, 29 Aug 2019 14:36:19 -0400 Subject: [Win] Localize shared/local/all resources --- .../Properties/Resources.Designer.cs | 18 ++++++++++++++++++ Xamarin.PropertyEditing/Properties/Resources.resx | 9 +++++++++ 2 files changed, 27 insertions(+) (limited to 'Xamarin.PropertyEditing') diff --git a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs index 236dcc8..b63f556 100644 --- a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs +++ b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs @@ -1210,5 +1210,23 @@ namespace Xamarin.PropertyEditing.Properties { return ResourceManager.GetString("AddCollectionItem", resourceCulture); } } + + public static string ResourcesAllSources { + get { + return ResourceManager.GetString("ResourcesAllSources", resourceCulture); + } + } + + public static string ResourcesLocalSource { + get { + return ResourceManager.GetString("ResourcesLocalSource", resourceCulture); + } + } + + public static string ResourcesSharedSource { + get { + return ResourceManager.GetString("ResourcesSharedSource", resourceCulture); + } + } } } diff --git a/Xamarin.PropertyEditing/Properties/Resources.resx b/Xamarin.PropertyEditing/Properties/Resources.resx index fe93990..458568d 100644 --- a/Xamarin.PropertyEditing/Properties/Resources.resx +++ b/Xamarin.PropertyEditing/Properties/Resources.resx @@ -779,4 +779,13 @@ Add + + _All Resources + + + _Local + + + _Shared + \ No newline at end of file -- cgit v1.2.3