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