I need help with Localization in Visual Web Part (2010). I need to
localize Web Part Title, Description and Error Message and also the
controls' properties in ASCX and code behind. Also, I don't want to deploy
the Resource files in App_GlobalResources folder, but within a custom folder
inside 14 hive's Resources folder. Will the above localization work in this
scenario. I read MSDN article regarding this, but nothing worked properly.If
the Web Part Title worked, when I deployed the files to a custom folder
inside 14 hive's Resources folder, the ASCX kept throwing error "The
resource object with the key not found". ON the other hand, if I deploy it
to App_GlobalResources folder, every other thing works, but the Web Part
Title and Description doesn't work. I am confused. Also, I cannot afford to
drop / deploy the resource files directly, in any case. I need to put them
in a custom folder and then deploy them to 14/Resources or
App_GlobalResources. For your reference, I referred the following MSDN
links. Please help me.
msdn.microsoft.com/en-us/library/ee696750.aspx
msdn.microsoft.com/en-us/library/ee703774.aspx