Tagged Questions
2
votes
2answers
52 views
DateTime Localization. Any standard/best practices
The only thing i know is, that DateTime should always be stored in UTC, but while displaying or getting the input it has to be the logged in User's local time.
This is to mitigate the timezone ...
1
vote
2answers
45 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 ...
1
vote
1answer
35 views
French localization file doesn't seem to be working
I have a localization file that I created that works fine, I called it:
Labels.resx
Now in my global.asax.cs, if a particular querystring value is present, I change the language to french:
...
0
votes
1answer
63 views
ASP.NET MVC Routing issue. Not mapping route
I'm new to ASP.NET MVC and I've encountered problem, which I can't solve. I've spent two days searching Google, but still nothing.
So, my situation is:
I'm trying to implement localization in my ...
1
vote
1answer
69 views
ASP.NET MVC Routing. Resource not found
I'm trying to implement localization in my ASP.NET MVC application using routing.
For example:
www.example.com/Home/Index - will show content for default culture.
www.example.com/en/Home/Index - ...
0
votes
0answers
21 views
MVC Validation: How to read values into customized error message?
The default validation message for a double with a specified range contains the min and max values. It may look like "The field Name must be between 0 and 4." Is it possible to get these values into a ...
3
votes
1answer
61 views
ASP.NET MVC. How to suppress showing default culture in URL?
here is question.
I have an localized asp.net mvc website.
Localization done by next steps:
1. for each route I automatically add an {culture} url segment with default value to "ru".
I want my urls ...
1
vote
0answers
24 views
multi lingual url's with encoding issues
I have an asp.net mvc 4 web application that is multi lingual. For SEO purposes, Url's are localized to the language of the site.
This has caused some issues, in particular for Cyrillic. The url's ...
1
vote
1answer
36 views
How to configure MVC3 localization of Account LogOn?
I recently switched my mvc3 localization structure from lang as subdomain (fr.domain.com) to lang as path (domain.com/fr).
Everything works fine but the automatic redirection to account logon.
Let's ...
0
votes
1answer
71 views
Generate Local Resource fails on asp.net mvc views?
Trying to localize a large existing MVC website, using Visual Studio 2010, MVC 4.
If I switch a view to the design view and then select Tools -> Generate Local Resource, none of the html text is ...
0
votes
0answers
51 views
New base controller to inherit from to handle localization in MVC4
Im currently implementing new features using mvc4 into a older system that uses asp & aspx files.
Ive come to the problem area of localization. In the current system we inherit from Page and ...
8
votes
1answer
168 views
Some Resources loaded in view are not localized, why?
I am creating an ASP.NET MVC 4 Application and use the default .net resources for localization.
Now I have the strange behaviour as following, BUT only on my live server, not on my development ...
1
vote
2answers
809 views
ASP.NET MVC with jQuery Validation - messages customization and localization
I have ASP.NET MVC (4) project which localization is supported by the framework. Should I change browser settings to another language, framework automatically picks up the right resource file.
...
7
votes
3answers
152 views
Can language localisations be automatically reverse engineered from .resx files?
I'm working with an MVC 4 app that was originally created with the intention of possibly requiring language localisation so there's a heavy use of .resx files and corresponding embedding of references ...
4
votes
1answer
156 views
MVC: make url language-specific (via routes)
Its hard to find an answer to this specific question, so ill pop it up here:
We want to build up our urls completely language specific, meaning
www.mysite.com/EN
www.mysite.com/DE
this is done in ...
1
vote
1answer
78 views
How should laying out data sent to view in regard to localized texts be approached in asp .net mvc?
Let's say I want to show a fieldset that contains a form and a button.
There will be some textboxes for I/O values and some labels for:
the fieldset title (not related to values)
textboxes (labels ...
0
votes
1answer
140 views
How to change the uiculture or localization of webconfig in Azure
I have written an MVC app where I can easily change the uiculture from the Web.config file.
<system.web>
<globalization culture="fr-FR" uiCulture="fr-FR"/>
</system.web>
I ...
0
votes
1answer
192 views
How to force a specific uiculture using web.config in MVC
I have added Resource.fr-FR.resx to my project and have done the globalization setting in
web.config as follows.
<system.web>
<globalization culture="fr-FR" uiCulture="fr"/>
...
0
votes
0answers
56 views
localize resource strings for javascript [duplicate]
I am currently developing an mvc4 application which has a heavy reliance on javascript.
The application is to be multi lingual and target at multiple countries/languages. I am looking for suggestions ...
0
votes
3answers
148 views
localizing asp.net mvc annotation
I can localize most of data annotations in asp.net mvc. But, for some of them I can't. For example look at this one:
public class TestModel {
...
14
votes
1answer
382 views
Localization and DataAnnotations. GlobalResourceProxyGenerator and PublicResxFileCodeGenerator
Why do DataAnnotation attributes have difficulty accessing resources created by PublicResxFileCodeGenerator?
I find that the following attribute:
[Compare("NewPassword", ErrorMessageResourceName = ...
1
vote
1answer
131 views
generate url in specific language with attribute routing
Working with attribute routing for mvc4 and very happy with it.
I have a question though, my site supports 2 languages and I have localized all my url's. The supported languages are french and ...
1
vote
1answer
40 views
Insert resource into submit value
I want to localize Submit button in ASP.NET MVC application but don't know how to inerpolate it into value attribute.
<input type="submit" value="Resources.Global.Create" />
It prints ...
1
vote
1answer
90 views
localization of mvc routes
Can anyone recommend a library for MVC that manages localization of routes?
For example, as url http://www.mywebsite.com/controller-english/action-english and ...
0
votes
0answers
145 views
Validation error messages don't change after culture change
I'm currently working on a MVC4 application that needs to support 2 languages.
I'm using DataAnnotations with resources in the form:
public class SignupModel
{
[Required(ErrorMessageResourceName ...
0
votes
3answers
349 views
Reading “accept-language” HTTP header value with jQuery
I try to retrieve the "accept-language" HTTP header value with jQuery in this way:
$(document).ready(function () {
//Ask ASP.NET what culture we prefer, because we stuck it in a meta tag
var ...
0
votes
0answers
63 views
Custom Text for different user logins asp.net
I have a web application in asp.net using visual basic. I have multiple users say user A, user B and user C. They can login to the website through a common login page. Once they login, user A is ...
2
votes
1answer
226 views
localization of mvc application
I am working with an MVC4 application that needs to be localized for a large number of countries. Therefore I need to localize the views, string etc. What is the standard practice for localizing an ...
1
vote
2answers
55 views
How to detect if a language is supported in ASP.NET MVC localization
I'm using a custom route in my ASP.NET MVC app (/lang/{culture}/{controller}/{action}/{id}) and in my base controller, I'm detecting the presence of a value for the culture parameter and setting the ...
4
votes
1answer
378 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 ...
3
votes
2answers
170 views
How to create a multi-lingual site
I am about to start on a project which must support a number of European languages. All static content on this site must be translatable between these languages. I have heard of satellite assemblies ...
2
votes
2answers
287 views
Change culture before ModelBinder is used
I want to create a website in different languages. I already read that I could create an ActionFilter, but I have a litte problem:
I had to create a custom ModelBinder in order to work with english ...
2
votes
2answers
77 views
Possible for a user to toggle regional setting on site
I have a web application that uses localization to show either English or French for our French Canadian Customers.
It is working just fine based on the users regional settings.
We have a need ...
0
votes
1answer
720 views
Cannot get localization working in MVC 4
I've been trying to follow the blog post found here. I've added a new assembly that hosts my resource files (I used a separate assembly as the resources may need to be shared between multiple ...
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
254 views
ASP.NET MVC Database localization
I'm developing an multilingual enterprise web site and I would like to store the localization in database.
I have read the following article which is very good but I personally think that is a an ...
0
votes
0answers
2k views
ASP.NET MVC4 Globalization with resources [closed]
RESOLVED
I have project in MVC 4. I am using Visual Studio 2012. I am trying to have it globalized with resources. Resources are in App_GlobalResources folder. Problem is that language is loading ...
1
vote
1answer
142 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
187 views
Formatting Currency to ALWAYS use USD regardless of users culture
This should be simple but I cannot find the answer anywhere.
On our asp.net MVC site, we show currency values and I need these currency values to Always be in USD regardless of the users culture ...
0
votes
1answer
103 views
Automapper Mapping for Localization Resolver in a Multi-Language Website
I found a way to use Automapper for Language mapping based on the active Culture.
The question is if it's possible to build a generic Resolver to map all the models that use the Resolver.
In this ...
1
vote
1answer
214 views
ASP.net MVC - using custom culture - resources not being loaded
I have an ASP.net MVC site, which I want to use a couple of resource files to set some strings.
I have a class library containing my viewmodels, and I have added a resource file (ValidationMessages) ...
1
vote
1answer
207 views
How to use griffin.mvccontrib.localization with Ninject
I'm trying to use MVC Contrib Localization in my Asp.net MVC application, for now I have it working with resource files, but I want to use it with Sql Server,
I'm checking this tutorial: ...
2
votes
1answer
639 views
Localization - how to get the client locale in asp.net mvc?
My question is my title.
Localization - how to get the client locale in asp.net mvc ?
I saw some posts regarding based on url routing, is there any way I can get the data from browser or from ...
0
votes
0answers
291 views
Using dynamically load all resource files into memory
I' using resource for localization support in my mvc web application (MVC-3),
I have the following structure of resource files:
I have created an HTTP Handler that will translate any matched regex ...
0
votes
1answer
375 views
HTTP Handler and 404 error for a custom file extension
There is something that is not so clear to me with regards to Custom HTTP Handler.
I have created a ScriptTranslator HTTP Handler according to this blog post
I have registered the handler in my ...
4
votes
2answers
438 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: ...
1
vote
1answer
77 views
using getobject() threw MissingManifestResourceException
I use Resources to store different string for localization purposes in my MVC application.
I am using an HttpHandler to process JavaScript and change the Translate(KEY) calls to the actual localized ...
3
votes
1answer
763 views
Custom Http Handler in MVC 3 Application
I'm using an Http Handler to localize javascript files used in my application:
see: Localize text in JavaScript files in ASP.NET
I want to use the handler provided so I did the following:
1) Ignored ...
0
votes
1answer
287 views
OutputCache not let to change site language
I want to use OutputCache to open pages quickly.
I wrote in controller:
public class HomeController : Controller
{
[OutputCache(Duration=3600,VaryByParam="none", VaryByCustom="lang")]
public ...
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 ...