using Xamarin.Forms.ControlGallery.WP8.Resources; namespace Xamarin.Forms.ControlGallery.WP8 { /// /// Provides access to string resources. /// public class LocalizedStrings { static AppResources _localizedResources = new AppResources(); public AppResources LocalizedResources { get { return _localizedResources; } } } }