I have a class library and was to add a resource file to it to support both English and Spanish.
Any tips as how I can do this? The language will be dictated by the user visiting the site. Would like to have to only load each resource file once and cache or set in static variable and avoid any overheads.