Tagged Questions
0
votes
1answer
30 views
Content in my local resource files seems to be cached
I have a webpage where I uses the App_LocalResources files, where I've translations for 2 languages.
This works really well. However, when I open my two pages I get a pretty strange problem. If I ...
0
votes
0answers
33 views
How to add value in local resource in asp.net for localization?
I am working on an ASP.NET project where I need multi-language support. I need to add some resources to a resource file directly in source code. So I am using the visual localizer plugin in VS 2010. ...
0
votes
1answer
41 views
ASP.Net Localization Double Byte characters to HtmlEncode or UTF-8
We got requirement to convert "windows-1251" double byte character to "UTF-8" but not able to do in ASP.NET
Example Text: Ïðåäîñòàâëåíèå óñëóã
Expected output: Предоставление услуг
In classic asp ...
0
votes
0answers
14 views
Is there any way to get the default ResourceProviderFactory of an asp.net app?
I've succesfully implemented a custom localization provider for my asp.net application. I'm working now in a fall-back scenario where for some reason there's no way of creating the ...
1
vote
2answers
52 views
Best way to expose resource strings to JavaScript files in ASP.NET MVC?
It's easy to use resource strings (.resx) in Razor view, but how to do that in JavaScript files? Currently I'm manually passing strings from Razor view to scripts in JavaScript constructor argument ...
0
votes
0answers
27 views
Localization between web application and silver light application with a common resource file
I want to do localization between web application and silverlight application. I have done localization in individual application, such as there is separate resource file for web application and ...
0
votes
1answer
37 views
How to check if “localize=english” else if “localize=other language” … in code behind - (ASP.NET C#)
I have a localized website and I'm using LINQ to call some procedures - those procedures contain some texts that I need to be translated after language switch. This is one of my procedure calls:
...
0
votes
1answer
32 views
ASP.NET - Localization using SQL database with good performance
As part of the ASP.NET website I maintain localization/text translations are handled using text stored in a SQL database and not using ResX files; why it is done this way is down to legacy but that is ...
0
votes
1answer
21 views
Testing localised site
Am developing an page that redirects users to the appropriate page depending on what country they are visiting the site from. Is there a way I can trick the site or the browser into thinking I'm ...
2
votes
0answers
41 views
Changing text based on locale
I am developing a simple website in C# asp.net.
What I want to do is the following:
On some pages I have a word such as "centre" and this is correct in US English. However, I want this to be ...
0
votes
1answer
54 views
Localization Information (Globalization)
As at 2013 what is the best practice for multi language multi culture localization of web pages.
Should I store all the translations in a database? for language etc?
Should I build resx files based ...
1
vote
1answer
139 views
ASP.NET Localization working in IIS Express but not in IIS7.5 when using expression syntax (<%$ %>)
I have an application that localizes properly in IIS Express but causes an error message after being deployed to the server (IIS 7.5), but only where using expression syntax e.g. <asp:localize ...
0
votes
1answer
65 views
The expression prefix 'App_GlobalResources' was not recognized. Please correct the prefix or register the prefix in the
I have a App_GlobalResources in my solution that have a few resx files.
In my ASPX page I am recieving a error when I type:
<asp:Label ID="label" runat="server" Text="<% ...
0
votes
1answer
20 views
Localize ASPX Markup not work
Create a file resources: "Master".
Put it in App_GlobalResources dir,
Add key - Menu_Contact.
Create another file resources: "Master.he".
Add key - Menu_Contact.
Set thread culture to "he-IL".
...
0
votes
1answer
58 views
Localization of the TraceSource for ASP.NET web application
If I define the TraceSource as such:
private static TraceSource traceSource = new TraceSource("MyTrace");
and then post messages from the code:
traceSource.TraceEvent(TraceEventType.Information, ...
0
votes
1answer
118 views
Dynamic data-driven website localization
I have a website that reads some of its content from a database, I need this website in both languages, English and Arabic.
the needed content is duplicated in the database in both languages. lets ...
0
votes
1answer
46 views
Asp.net WebControl Globalization
I created in an external library a custom webcontrol which has it's resources for 2 languages.
I use this assembly in 2 different website with the same web.config element.
<globalization ...
0
votes
1answer
160 views
Export to excel with browser localization - ASP.Net
I have gridview and I am exporting to excel that gridview with below code.
Response.ClearContent()
Response.AddHeader("content-disposition", "attachment;
...
0
votes
1answer
110 views
Dynamically resolve a resource key
I would like to insert a string (key) into a '<%$ Resources:resFile, someKey %>' statement dynamically at runtime.
Right now I have this:
<asp:Label runat="server" id="lbl" Text='<%$ ...
2
votes
1answer
82 views
What if a Language has no Language Code?
When it comes to Localisation of MVC applications ... How does one go about localising an application into a language where that language has no language code? Not in the MSDN at least !
There are ...
0
votes
1answer
283 views
ASP.net C# Localization with drop down selector - no changing the language
I have implemented the following with my two resource files, one for English (LocalStrings) and one for German (de-DE). When I change the drop-down it does not change the language. No errors are ...
1
vote
2answers
95 views
Page Names: ASP.Net Web Forms Site, Deploying Multiple Languages
Sorry about the title, couldn't think of a good way to describe it briefly. On to the question...
I've written a site in ASP.NET using web forms and have used resource files to handle static text for ...
4
votes
1answer
65 views
Is there any .NET standard for dealing with localization yet allowing the users to customize the texts?
We're building an ASP.NET MVC application that is yet not localizable with a lot of Data Annotations DisplayAttribute with hard-coded strings and hard-coded message strings all over the code.
Now we ...
2
votes
1answer
106 views
Asp.net mvc3 localization - linking resource with view?
I use the localization paradigm of one resx file per view in all my projects. I have two identical folder structures for Resources and Views and I link the resource and the view like so:
@using Res = ...
1
vote
1answer
165 views
Validationengine jquery not working properly for localization
I am using validationEngine jquery 2.6.2 for validation in ASP.NET. I want to load its language rules file according to the language selected like English or Japanese. I am using master page in the ...
1
vote
1answer
114 views
Why are localized resources not used?
I'm working on an existing project and I'm currently facing a weird problem :
In the main web project are stored some resource files in the App_GlobalResources folder :
Application.fr.resx
...
0
votes
1answer
305 views
Extract localizable strings from source code, aspx, xaml to resource files
As part of internationalizing our application which is based on asp.net, c#, silverlight, XBAP, I'm evaluating approaches to start with. I'm having to chose between GNU gettext()(PO files) and ...
0
votes
0answers
27 views
BaseResXResourceProvider has null ResourceManager depending the workstation
I have strange thing with null ResourceManager when I try to deal with my resources.
I have two web apps under one solution - Core and Regional. In both I have App_GlobalResources.
Core ASP.NET ...
2
votes
1answer
445 views
Getting text from the Resource file in asp.net 4
i have an asp.net webpage, which contains a label, now i want to get the text property of the label from the localresource file, i have a .resx file under App_LocalResources folder, which contains ...
0
votes
1answer
51 views
Changing and Saving Custom Culture After Its Registered
I recently registered a few custom cultures in ASP.NET and was asked later by our client to change something about one of them. For example, I registered en-EU which is a blanket "English for European ...
4
votes
1answer
385 views
Satellite Assembly, ASP.NET language not changing
I'm converting a project to use a satellite assembly.
I created a new class library (named "Resources"). All of the default resources are at the root level *.resx.
Then there is a folder for each ...
0
votes
1answer
44 views
How to see website for seeing it as on different country
I am working on the multilingual website. Generally I use microsoft.com pattern but problem is that i am not able to find how looks microsoft.com when some one open not supported by CultureInfo. Ie. ...
0
votes
2answers
257 views
How to lock localization of DateTime in ASP.NET MCV4 C#
I'm working with a group on a project that at one point requires a DateTime to be posted in a form. We added a simple jquery-ui datepicker to do that, and it worked fine on my English configured ...
0
votes
2answers
230 views
Set ASP.NET Page Culture from <html lang=“fr”> tag?
Can I have my ASP.NET pages set their Culture & UICulture from the <html lang="fr"> tag / attribute?
I'm looking for a solution with the least code impact that would be suitable for web ...
0
votes
0answers
98 views
Managing style,resx and dir in localization in asp.net
I have a webpage where language is controlled by session and a link button. Please find code below:
protected void lbn_lang_Click(object sender, EventArgs e)
{
HtmlLink css = new ...
0
votes
1answer
86 views
CSS with localization
Found these steps in a forum,
1-add App_GlobalResources folder
2-add Resource.resx in above folder
3-add Cssurl and your string in above Resource.resx
simply change your href to this
<link ...
1
vote
1answer
34 views
Localize strings in asp
Is this possible to store some strings in a local resourse file and set them to a Label using a switch case???
Now I'm using this code...
switch (messgseCode)
{
...
1
vote
1answer
79 views
Effective approach to defining language-specific entities in EF code first
I am developing a multi-lingual ASP.NET web application that makes use of Entity Framework Code First for data persistance. For example I have defined an entity for my "Project" instance
public class ...
1
vote
1answer
148 views
Multi-Language Orchard site with fixed backend language?
I'm looking for a way to force Orchard to use a fixed language for the backend, while still being able to use the CulturePicker for the frontend.
Any hint would be highly appreciated - being my first ...
2
votes
2answers
86 views
Localizing sentences with dynamic content inserted in asp.net
I'm about to localize a web application coded in webforms (asp.net) and I am wondering about the best approach to multi part localizable content. To illustrate the problem: When you translate a ...
1
vote
3answers
889 views
How to set button text using resource file
I have created resource file under Test Project but not under App_GlobalResources.How can i set button text using resource file.
For eg:
<asp:Button ID="btnTest" runat="server" ...
1
vote
2answers
321 views
Decimal conversion from vb.net to store in SQL Server
I have this piece of code
Dim lt As Decimal
Dim lg As Decimal
Decimal.TryParse(tbLat.Value.Replace(".", ","), lt)
Decimal.TryParse(tbLng.Value.Replace(".", ","), lg)
...
0
votes
1answer
142 views
What ways are there to support multiple languages for an ASP.NET website?
I want to translate my website to French, without using the Google translation API at run time.
Are there any built-in ways in ASP.NET to allow you support multiple languages?
0
votes
1answer
49 views
How to share a localized page in asp.net
I am using asp.net and I have implemented localization in a website where the users can switch between english and french, where english is the default language, I've added shareThis plugin in the ...
0
votes
1answer
522 views
ASP.NET master page meta:resourcekey
I know we can use localization pattern in ASP.NET pages which makes possible to have multi-language web application. I tried same technique for Master page but it does not work. I have master page and ...
4
votes
2answers
441 views
Best way to Localize .NET Web Application (Both Server-Side and Client-Side)
In the past few days i have be implementing Localization for my web-application written in MVC.
There are 3 main task that brake-down the Lozalization "Problem" that I could point out:
Storage: ...
0
votes
1answer
67 views
how to choose appropriate resource file
I'm creating a multi-language website. I have resource files "lang-en" , "lang-fr" , "lang-fa".
now i want to use it like:
<a href="#"><%= Resources.SelectedLanguage.signup %></a>
...
1
vote
0answers
76 views
User Agent Style overriding Font in one language
I am hoping for some direction or clues on tracking down a defect.
I have a ul side menu with links to aspx pages
A subset of these pages render the menu items in italic when the language is French ...
0
votes
2answers
2k views
How to override AjaxToolkit CalendarExtender date to string conversion?
i am using the Microsoft Ajax Toolkit CalendarExtender control, to add calendar drop-down functionality to a regular TextBox:
<asp:TextBox ID="edStartDate" runat="server" />
...
2
votes
0answers
161 views
Localization using resource files
I have a problem with resx based localization.
It's an ASP.NET MVC3 project. I have two assemblies: Web and Resource. Web contains all MVC related stuff, and Resource contains resx files for ...


