Top "Resx" questions

.resx files are resource lists used in .NET applications.

Modifying .resx file in C#

I have a .resx file that contains name-value pairs (both strings). Now I want to modify the values in certain …

c# resx
Global resource vs. Local resource in ASP.NET

We use resx files to localize our web applications. We usually create local resx files (that map to a specific …

asp.net localization resx
Localization in WPF

I am starting a new application in WPF and I am curious how to handle Localization? In WinForms you can …

wpf localization resx
Is there a way to regenerate a missing .resx file?

I have the source for a project, but am missing the .resx file, which prevents compilation. Is there a way …

.net resx
The item was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter

While compiling my Visual Studio C# project, i am getting the following error: The item "obj\Debug\SampleProject.Forms.MDIMain.…

c# vb.net visual-studio-2010 resources resx
MVC4 localization. Accessing resx from view

In my view I would like to access resource strings from the specific local resource on that file.. Just as …

razor asp.net-mvc-4 localization resx razor-2
Visual Studio : can't find "resource file" in list of items to add to project

I'm on VS Community 2017 RC. I'd like to add a resource file (.resx) to my project but this item type …

c# visual-studio resx visual-studio-2017 resource-files
Visual Studio creates invalid Resx files

I have a pretty simple form that I am wanting to localize (I actually have quite a few in this …

visual-studio winforms visual-studio-2010 localization resx
How to get a string from .resx file to a .js file

I want to show an alert message in two different language. I am using asp.net App_GlobalResources. Can I …

javascript asp.net resx app-globalresources
What is the correct way to remove resource images from a VS project?

I have imported images through the visual studio designer to the projects resource file. Some of these images are no …

visual-studio resx