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