Top "Resx" questions

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

asp.net: line break \n in resource .resx file does not work

The "\n" does not work in below code, it's just displayed as "\n" if (!window.confirm(XXXXX.Globalization.LocalResource.InvalidUrl)) { …

javascript asp.net line-breaks resx resource-files
DataAnnotations and Resources don't play nicely

I'm using dataannotations in an MVC2 app and am a little discouraged when trying to use RESX file resources for …

asp.net-mvc data-annotations globalization resx
Sharing asp.net resource files between web applications

I have multiple projects that need to share resource files (.resx) Suggestions have been made to move resource files to …

asp.net resources resx
How convert XLS to RESX?

I have an Excel file with translation and I must load a new language into the project. How do I …

asp.net excel resx
Should Resources.Designer.cs be under source control?

I have Resources.resx, which is used to generate Resources.designer.cs. Should Resources.designer.cs be checked in, or …

visual-studio resx
Resource (RESX) files messed up

I had a resource file named Localize.resx, which contains English strings. I copied and pasted it inside the same …

asp.net-mvc visual-studio visual-studio-2010 resources resx
Running PublicResXFileCodeGenerator at compile time

We are using PublicResXFileCodeGenerator to generate *.Designer.cs files from *.resx files. Currently these are generated whenever the .resx is …

visual-studio-2008 build-automation resx
.NET localization tools

Are there any tools, that ease work with localization in .NET? I mean work with resx files in VS is …

.net localization resx
Initialize ResourceManager dynamically

I have this function and it works fine to get a translated value from this specific resource file called OkayMessages. …

asp.net .net resx resource-files
Localization of Reporting Services-Reports (.rdl / .rdlc-Files)

i need to localize a Reporting Services-report (.rdlc) and i would like to do it using a ressource-file (.resx). I …

localization reporting-services rdlc resx rdl