summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.WP8/LocalizedStrings.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.ControlGallery.WP8/LocalizedStrings.cs')
-rw-r--r--Xamarin.Forms.ControlGallery.WP8/LocalizedStrings.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/Xamarin.Forms.ControlGallery.WP8/LocalizedStrings.cs b/Xamarin.Forms.ControlGallery.WP8/LocalizedStrings.cs
new file mode 100644
index 00000000..174957b7
--- /dev/null
+++ b/Xamarin.Forms.ControlGallery.WP8/LocalizedStrings.cs
@@ -0,0 +1,14 @@
+using Xamarin.Forms.ControlGallery.WP8.Resources;
+
+namespace Xamarin.Forms.ControlGallery.WP8
+{
+ /// <summary>
+ /// Provides access to string resources.
+ /// </summary>
+ public class LocalizedStrings
+ {
+ static AppResources _localizedResources = new AppResources();
+
+ public AppResources LocalizedResources { get { return _localizedResources; } }
+ }
+}