ref: b91e1e5960be5987d96f0f21bdb805c63921971c
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; } } } }