This routine parses the raw ResX files since you can't easily get access to the active ResourceManager in an ASP.NET application since the assembly is dynamically named and not easily accessible.
public string CreateClassFromResXResource( string ResXFile, string Namespace, string Classname, string FileName );
string Namespace
string Classname
string FileName