Tagged Questions
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 ...
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
310 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
962 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
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 ...
5
votes
2answers
887 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
4answers
850 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 ...
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
998 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
971 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
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
394 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 ...
2
votes
1answer
134 views
User Controls not reading Resource Files… Organize Resource Files Properly on WebForms .NET?
I'm working on a project right now which has aspx files in the root folder and one folder named "UserControls" that contains all the ascx files. I had to localize it so I used the App_GlobalResources ...
2
votes
1answer
337 views
Asp.net localization - override which resx file the page will use
Trying to sort of combine themes and localization... what i am doing:
Localizing A.aspx, creates:
App_Localresources\a.aspx.resx
App_Localresources\a.aspx.resx.fr
...
However, i want to add more ...
2
votes
1answer
634 views
ASP.NET Resourcemanager to read local .resx
For my translations I'm making use of embedded .resx files. Some of these translations I wish to override with another .resx file, which is not embedded (ex. ...
2
votes
2answers
164 views
Need helped understanding .resx variables
I am working on a project for my company, and while tracing previously written code I came upon this:
<value>A payment authorization for {0:C} has been received.</value>
What does {0:C} ...
2
votes
1answer
155 views
Can one local .resx string reference another local .resx string?
I am trying to determine if it is possible to add a concatenated string to one of my local .resx files. This example should clarify:
Let's say I have a simple ASP.NET webpage composed of (1) a label ...
2
votes
1answer
428 views
ASP.NET *.resx serialization
I'm contributing on an I18N project and there's a call to serialize our *.resx files as JSON objects (for whatever reason).
What I'm wondering is:
Is there a way to get a list of all of the valid ...
2
votes
2answers
612 views
App domain restarts when .resx file changes. Any way to avoid this?
I have an ASP.NET app with many .resx (resource) files used for localized user controls and pages.
We would like these files to be editable on-the-fly.
However, we have noticed that editing these ...
2
votes
3answers
2k views
Localization approach for XSLT + RESX in ASP.NET
I have an ASP.NET web app where the back end data (XML format) is transformed using XSLT, producing XHTML which is output into the page.
Simplified code:
XmlDocument xmlDoc = ...
2
votes
3answers
857 views
Are resx files necessary?
Currently have a solution that was created in VS2003 went to VS2005 and now is in VS2008.
Since the start, each aspx and ascx had an associated .resx file. The resx files were autocreated, even ...
2
votes
1answer
2k views
Valid resource keys in ASP.NET .resx resource files
I am using a CMS tool to generate .resx resource files.
Is there any danger in creating resource names with spaces or punctuation characters in them?
If I use this syntax to get resources, it works ...
2
votes
1answer
233 views
ASP.NET Localization Issue
I have succesfully added localization to my website. Came next day and it does not work. After reading alot of posts and did some troubleshooting my self. I found out that the Page ignores the ...
2
votes
2answers
832 views
On a deployed ASP.NET web site project, can I update a .resx file without recompiling?
I'm deploying an ASP.NET application to a locked down Production environment. Pushing assemblies (satellite resource assemblies included) into this environment has process associated with it, but ...
1
vote
1answer
59 views
.NET resource file only successfully reference when in same folder as MVC views
I have an MVC3 web application, and I am using .resx resource files for all my views contents. I was keeping the resx files in the same location as the views that were using them, however, if I move ...
1
vote
1answer
132 views
How to write all three values using the resxresourcewriter?
http://msdn.microsoft.com/en-us/library/system.resources.resxresourcewriter.aspx
In this link and others like it, I see code to write in the "name" and "value" but not the "comment". I use the ...
1
vote
1answer
366 views
resx resources or database for globalization resources
I have been trying to get culture specific resources to work on an asp.net mvc 3 application.
If I have a LanguageResources.resx and a LanguageResources.en-UK.resx in my App_GlobalResources folder ...
1
vote
1answer
901 views
asp.net Get all Resources from .resx Without Specifying Culture (ResourceManager.GetResourceSet )
I first came across a question similar to mine here at stack overflow: Loop through all Resources in ResourceManager - C#. It only solved part of what I need to do. When you request an entry in a ...
1
vote
3answers
98 views
Are stuff inside an ASP.NET .resx “static?”
In ASP.NET, can I store parameterized sql queries in .resx files and not get into trouble when I have several users logged in at the same time?
For example, i'll put my user detail query in a .resx ...
1
vote
1answer
107 views
Should resources in ASP.NET be compiled?
I'm trying to build a multi-language web app with ASP.NET 4.0. I've created appropriate resource files with translations inside App_GlobalResources and after running from VS everything works fine, but ...
1
vote
1answer
389 views
Editable resource files in a deployed ASP.Net site
Apparently, my understanding of .resx files was flawed - I had assumed (without testing) that they were deployed as XML so as to remain editable at a later time - clearly, this is incorrect. So, I'm ...
1
vote
1answer
125 views
Is there an example of a custom ResourceProvider for storing RESX files in an external assembly?
We have so, so many RESX files in our ASP.NET 3.5 web application (for localisation purposes) and it's making code changes very slow; every time it runs for the first time all the symbols are built ...
1
vote
1answer
225 views
ASP.NET How to assign .resx file to RadioButtonList
I have the radioButtonList on my page. I want to change that control's ListItems Text property depending on the .rex file. How to do that ?
1
vote
2answers
296 views
ASP.NET - why is the default resx file being used in the code-behind when the localized one is being used by the markup?
I am creating an ASP.NET web application in C#, and have to localize the application into English and French. I have created two resources files: App_GlobalResources\Resources.resx and ...
1
vote
3answers
893 views
Using .Resx files for global application messages?
So I'm using a Global Resource file for all static messages within my site. Mainly error messages etc..
They do not need to be localized, but I felt it was just a good idea to store them all in one ...
1
vote
2answers
291 views
Resx tools for asp site
i am coding a pretty large intranet based web system that needs to support multi language. i have in excess of 150 pages, each of which will have an associated resx file. developing in vs2008
at the ...
1
vote
1answer
103 views
Adding context of two resx files
Do you know any tools to merge content of two or more resx files? At the beginning of my project development, I decided to use one resx file for every Controller in application, but now I decided to ...
1
vote
2answers
831 views
.resx file the page is currently using
How do you get the .resx file the page is currently using? For example, if I set culture to fr-FR on Default.aspx, it should give me Default.aspx.fr.resx or Default.aspx.fr-FR.resx or ...
1
vote
1answer
185 views
ASP.NET Localizations and User definded language
I'm working on a asp.net web application and one of the requirements is that the user has to be able to select the language they want. I"m using Resx files to store the locals. What my question is do ...
1
vote
2answers
5k views
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 is possible, but I can't seem to figure out what settings I need to change to enable ...
1
vote
2answers
400 views
Resolving resx references
When I compile my .NET 1.1 ASP.NET app, I'm getting RESX reference problems. How can I easily force VS2003 to dump all these references (I'm not using them) and force a rebuild of them?
0
votes
1answer
24 views
Asp.Net Mvc localization with embeded resx files
Hi we are making a site in Asp.Net Mvc which is localized with embeded resx files.
On the nightly server we have the site showing in english but switching to german does not work where as locally it ...
0
votes
1answer
45 views
ASP.net HTMLDecode not working for Resource entries
I have a ASP.net MVC project, which utilizes resource entries (.resx) through out the project.
Few the resources fed, have HTML in it
example: Hello <b>World!</b>
With paragraphs href ...
0
votes
2answers
54 views
ASP.NET modify resource values from .resx files at runtime
My current requirements for the application that I am working on are that the client should be able to modify the texts used in the interface from a screen within the application itself.
These are of ...
0
votes
0answers
75 views
Replace resx file dynamic
I create a resx file dynamic for a specific language (default.sv.resx), but how can i replace the old one? I have all resx files in a class Library, but when i create a new resx file, it will be saved ...
0
votes
3answers
73 views
method to read resource file
what i'm trying to do is to write a method in c# codebehind to read text based on key.
For now i whant to do this for only one language that's why i don't need to use System.Globalization.CultureInfo
...