ref: 894d1a23b9b2a0358c36803e324e39d2e5e868e4
dir: /codec/build/windowsphone/all/CodecApp/LocalizedStrings.cs/
using CodecApp.Resources; namespace CodecApp { /// <summary> /// Provides access to string resources. /// </summary> public class LocalizedStrings { private static AppResources _localizedResources = new AppResources(); public AppResources LocalizedResources { get { return _localizedResources; } } } }