Top "Resx" questions

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

DisplayName attribute from Resources?

I have a localized application, and I am wondering if it is possible to have the DisplayName for a certain …

c# asp.net-mvc localization resources resx
Get values from *.resx files in XAML

Is it possible to add some value from resource file right into the XAML markup? Or for localization we always …

c# xaml localization resx
C# - Fastest way to get resource string from assembly

I really don't know/have the answer, knowledge to find a resource value using a key from a resx file …

c# performance resources assemblies resx
Carriage Return/Line Feed in .Net Resource File (App_GlobalResources)

I'm keeping several texts in an App_GlobalResources.resx file. The texts have to be multi-line and I need to …

newline line-breaks resx resource-files
Changing Resource files (resx) namespace and access modifier

In my webproject I'm using 4 resources files in my App_GlobalResources folder. One of them (lang.resx) has been created …

c# visual-studio-2008 namespaces resx
What are the benefits of resource(.resx) files?

What compelling reasons exist for using them?

c# .net vb.net resx
Best practice for ASP.NET MVC resource files

What are the best usage of the following resource files. Properties → Resources (Phil used this resource for localization in DataAnnotation) …

asp.net-mvc asp.net-mvc-2 localization resx
How to get Name by string Value from a .NET resource (RESX) file

Here's how my RESX file look like: Name Value Comments Rule_seconds seconds seconds Rule_Sound Sound Sound What I …

c# .net resx
Localize Strings in Javascript

I'm currently using .resx files to manage my server side resources for .NET. the application that I am dealing with …

javascript .net localization resx
Editing resource files without recompiling ASP.NET application

I'd like to enable the resource files to be editable after deployment. I read this post which suggests that this …

asp.net resources resx