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