Tagged Questions
.resx files are resource lists used in .NET applications.
16
votes
5answers
6k views
Localization in WPF
I am starting a new application in WPF and I am curious how to handle Localization? In WinForms you can use resx strings for the UI text, how is this done in WPF? Is there a special binding syntax for ...
15
votes
5answers
13k views
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 page) when only one page uses a certain phrase, and a global resx file when more than one ...
11
votes
3answers
3k views
Are resx files suitable for Internationalization?
I have been given the task of internationalizing a large client-server application. The remit is that I make the app 'World Ready' and then the compiled application and resources gets passed over to ...
9
votes
1answer
728 views
weird error with RIA Services “code generator encoutered a fatal exception”
This is the second time that I have this really weird problem with WCF RIA Services! the sad thing is that I had to solve the problem twice, going through the different hoops again :(, even though ...
8
votes
1answer
158 views
Check ASPX files to make sure that Resource Key referenced exsists in RESX
I have a rather large website that had its strings externalized. I wanted to know if there was a way to check to make sure that a resource object in the ASPX exists in the resource file that is being ...
8
votes
5answers
2k views
ASP.NET: localize content with mixed HTML formatting
In my application I have paragraphs with mixed static text and HTML formatting and links. I'm looking for a good localization solution that keeps resources decoupled from markup. Let's say we have ...
7
votes
5answers
302 views
How to get texts from Resx to be used in Javascript?
We are building large ASP.NET applications for the intranet use in multiple languages/cultures. We utilize the Globalization with RESX files and use GetResourceText on the server side to get the ...
7
votes
6answers
956 views
Are there any performance issues or caveats with resource (.resx) files?
Resource files seem great for localization of labels and messages, but are they perfect?
For example:
Is there a better solution if there is a huge amount of resources? Like 100,000 strings in a ...
7
votes
2answers
3k views
Access resx resource files from another project
this is my first question on here so be gentle!
Im using asp.net 3.5, my solution currently has 2 projects, an API class project and a website project, within the class project i have a resource ...
6
votes
1answer
228 views
Dynamically add files for localization C#
I need a help in localizing my Wpf .net 3.5 application. I am going to give only the exe file to my cient with which he will create setup for his users. My client wants to add files for localization ...
6
votes
3answers
245 views
c# : In a dotnet class is there a property that states if the “Current” culture is actual the default culture?
Is there a property in some class that can tell me if the current culture is actually the default culture.
Similar to how localization works with winforms. It states in a form if the language is ...
6
votes
3answers
363 views
Silverlight ressource constructor always return to internal
When I modify my ressource file (.resx) add text or modify, the constructor of my ressource, always go to internal, and after that when i run my silverlight i have an error in my binding XAML.
It's ...
6
votes
3answers
265 views
What is the recommend way to create a custom culture and associated resource files for a specific Client?
I have client that wants to specifiy their own version of localized content for a subset of my string resources.
For simplicity here is basic example:
Lets say I have 2 localized strings (showing ...
6
votes
1answer
100 views
Free/Open Source resx files with Standard Phrases
I was wondering if there are any free/OS resx files for phrases commonly used among websites. For instance, we all use save/submit/retry/cancel/etc. and I'd be surprised if there wasn't a library out ...
6
votes
3answers
3k views
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)
App_GlobalResources folder
App_LocalResources folder
...
6
votes
4answers
1k views
6
votes
7answers
2k views
How can I compare multiple .resx files?
How can I compare the content of two (or more) large .resx files? With hundreds of Name/Value pairs in each file, it'd be very helpful to view a combined version. I'm especially interested in ...
5
votes
2answers
246 views
Is there any reason NOT to use standard resx+static binding for localizing WPF?
I'm looking for a dead-simple way to get my app localized to Japanese as well as the default English. The only requirement is that we be able to launch it in a specified language. We were using the ...
5
votes
2answers
883 views
How to load different RESX files based on some parameter
I have an ASP.NET3.5 (C#) ASPX page that is internationalized in 10 different languages.
The page is very complex in its structured with dozens of nested views driven by a state machine pattern.
...
5
votes
3answers
2k views
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 have to make something like this in *.cs file:
txtMessage.Text = ...
5
votes
4answers
849 views
Using SQL for localization instead of RESX files in ASP.NET
I'm thinking of developing the following but wondering if it already exists out there:
I need a SQL based solution for assigning and managing localization text values for an asp.net site instead of ...
5
votes
1answer
1k views
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 error messages.
I've tried the following but keep getting the exception "An attribute ...
5
votes
1answer
150 views
Can I create non-language based global .resx?
So here is the scenario. I have an internationalized application using .NET MVC in English and French using the global resources.
For certain clients using the application, the terminology used to ...
5
votes
3answers
3k views
What advantages are the of using .resx localization for an ASP.NET MVC app?
There are a number of questions on this site related to how to access RESX files in an ASP.NET MVC application, and best practices of using them.
However after reading (for the first time I might ...
4
votes
3answers
227 views
How to access another assembly's .resx?
I have an assembly which contains, among other things, a Messages.resx which contains strings of GUI messages such as Yes, No, OK, Cancel, Open, etc. My project references this assembly. How can I use ...
4
votes
1answer
1k views
Issues with RESX files on VS2010 targeting 3.5 framework
Here is a story what I recently ran into and a possible answer(?) I just wanted to share this information because I could not find this yet at stackoverflow.
I upgraded my solution from VS2008, ...
4
votes
1answer
303 views
String resource file naming schemes and management
A trivial question perhaps, but I'm interested in the answers. I'm currently refactoring some very large monolithic string resource files (one dumpster resource file per project, in about 30 ...
4
votes
2answers
6k views
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 before my arrival on the project. It has the correct namespace ...
4
votes
2answers
1k views
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 saved or when we right click and choose "Run Custom ...
4
votes
2answers
2k views
Resources (resx) maintenance in big projects
In a big project where you have lots of resources (resx) what would be the right approaches and/or tools of translation in order to save time, at the same time keep everything in order and leave ...
4
votes
3answers
5k views
string replace on escape characters
Today I found out that putting strings in a resource file will cause them to be treated as literals, i.e putting "Text for first line \n Text for second line" will cause the escape character itself to ...
3
votes
1answer
103 views
CultureInfo and (resx) Resource Files
Ive been using C#s (Visual Studios) resourcing mechanism and its worked nicely. I have a need to be able to use resources but instead of using CultureInfo as the determinator use something else. This ...
3
votes
1answer
567 views
Using RESX with Windows Phone 7 in XAML
I am currently making a basic Windows Phone 7 application for fun, and I am trying to store string (currently only those) values in a RESX file rather than embedding them all within the XAML files ...
3
votes
4answers
333 views
Best alternatives to using Resource files in .net site
In the past I have used asp.net's built in Resource files for handling localization. It's worked pretty well and we find it easy to use and maintain in our business.
There is one big drawback though ...
3
votes
3answers
804 views
Why is it so hard to share resource files (resx) with my Silverlight client?
I'm trying to share a resource file (.resx file) from my web (RIA Service?Silverlight Host) to client (Silverlight) by linking the resource file into my client. When I try to access resources using ...
3
votes
2answers
1k views
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 project, they all have the same problem). When I set the form property Localizable to true Visual Studio ...
3
votes
3answers
319 views
Spark Globalization with ASP.NET MVC
I am using the spark viewengine, asp.net mvc, and .resx files.
I want to set a language through my custom SessionModel (Session) which is registered through Castle.Windsor and has a string property ...
3
votes
1answer
826 views
Programmatically generate Designer.cs for resx file (ResXResourceWriter/ResXResourceReader)
I'm creating/updating resx files in TFS using ResXResourceWriter/ResXResourceReader which doesnt generate the .Designer.cs file. I saw that Resgen creates the .Designer.cs. How can i call that ...
3
votes
2answers
1k views
“Run Custom Tool” for resx files in MVC2 project (from an external application/script)
I am trying to get the localization for my MVC project working with our existing infrastructure for editing string resources. We store all our resource string in database tables and have a front end ...
3
votes
1answer
1k views
Do I need the resx Designer.cs file?
My company uses a combination of some database tables, a web page front end and an "export" application to handle our string resources in our web sites.
The export application used to work just fine ...
3
votes
6answers
263 views
how to store settings for deployable c# application?
I want to store settings for my C# application, such that default setttings can be easily shipped with my binaries and the end-user can change them using a simple text editor(or in some other simple ...
3
votes
2answers
1k views
MVC Localization of Default Model Binder
I am currently trying to figure out how to localize the error messages generated by MVC. Let me use the default model binder as an example, so I can explain the problem.
Assuming I have a form, where ...
3
votes
1answer
1k views
Visual Studio's Access Modifier drop down option is disabled for resource file
Not sure why Access Modifier drop down is disabled for a Resource file.
Here are file properties:
3
votes
1answer
993 views
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 a separate assembly and have web projects reference it. Is there an example of ...
3
votes
3answers
965 views
ASP.NET component to edit .resx files
I'm developing a multilingual web site and the localization is done mostly by using .resx files. But now I need to enable users with some permissions to edit resource files online from the web site.
...
3
votes
1answer
796 views
How to delete resource entry from resx in C# programmatically?
i know how to retrieve and create resource entries in an .resx file programmatically. I am using the ResourceWriter and the ResourceReader for that approach. But now i want to clean up several items ...
3
votes
4answers
3k views
.resx Localization not working with ASP.Net - C#
I've created two .resx files - WebResources.resx and WebResources.fr-FR.resx.
Both contain ExceptionMessages_SignupWithCard.
To test I did:
Thread.CurrentThread.CurrentCulture = new ...
3
votes
1answer
391 views
Is there a way not to use the default resx file for internationalization?
We are working on a ASP.NET project and we are using the resx files to implement the internationalization.
Although, it only compiles when I create the default resource file (Page.ascx.resx for ...
3
votes
1answer
6k views
Modifying .resx file in c#
I had a .resx file containg string name value pairs. Noe i want to modify the values in certain name value pairs programmatically using C#. How can i achieve that.
Thanks in advance.
3
votes
4answers
5k views
How to place resx files in App_GlobalResources folder using solutions (wsp)?
I've made a lot of solutions (wsp) for SharePoint 2007 and I have almost automated all installation steps needed, but there is one thing I cannot automate.
How can I make a solution that places ...