The item was specified more than once in the “Resources” parameter. Duplicate items are not supported by the “Resources” parameter

Easy! Right-click your project and select “Unload Project” Right-click again and “Edit your_project.csproj” Search for the duplicate files mentioned in the error message and remove them. Save and close. Right-click to choose “Reload Project” view image

Best practice for ASP.NET MVC resource files

You should avoid App_GlobalResources and App_LocalResources. Like Craig mentioned, there are problems with App_GlobalResources/App_LocalResources because you can’t access them outside of the ASP.NET runtime. A good example of how this would be problematic is when you’re unit testing your app. K. Scott Allen blogged about this a while ago. He does a good job of … Read more

.resx vs database vs custom solution for providing Localization/Globalization

Rick Strahl (An MS MVP) has a great tool kit for managing localization via the DB – offer the ability to update and modify on demand through a controlled environment and does much of the heavy lifting for you. Histoolkit offer the following features: Data Driven Localization Resource Provider Database driven Localization lets you store … Read more

Localize Strings in Javascript

A basic JavaScript object is an associative array, so it can easily be used to store key/value pairs. So using JSON, you could create an object for each string to be localized like this: var localizedStrings={ confirmMessage:{ ‘en/US’:’Are you sure?’, ‘fr/FR’:’Est-ce que vous ĂȘtes certain?’, … }, … } Then you could get the locale … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)