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