Failed to read resource file "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Resources\RegistrationResource.en-US.resx" from feature id "(null)".
I am getting loads of errors implying im using en-US but I have set it to use United Kingdom in the site settings.
I have even resorted to trying a SQL query on the Webs table.
UPDATE dbo.Webs SET Language = 2057
Am I missing something? How do I update my whole SharePoint system to us EN-GB?
The errors occur on a page where I am not logged in (registration page) and I'm curious as the error message mentions a feature id so thinking it is related to the web parts possibly but I'm a bit stuck with this one.
Where does this need updating to ensure the whole systems default is en-gb?
NOTE: Everything seems to work fine, but these error messages are frequent. Is this actually going to be an issue??
A link I found during research is below. Does anyone know if this is true of SharePoint 2010 still?
http://www.astaticstate.com/2009/10/sharepoint-gb-2057-localization.html
