0
votes
0answers
31 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. ...
1
vote
1answer
12 views

Replacement fields inside a multi-language application

I am developing a project which supports multiple languages. One of the functions we have is to support replacement parameters. Here is simplified example of what i mean: A string "{CUSTNAME} has 10 ...
0
votes
0answers
18 views

How to create multi-lingual in asp.net

I want to create multilingual Application in asp.net. so I had done few practices but I'm not able to do completely. ex: I created a form with one dropdown list from where user can select the ...
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
135 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
42 views

Lithium PHP form helper fails while generating URL when using globalization

I have activated globalization config in my lithium framework. When I using html helper in my View like '$this->form->create()'. The page threw an Exception with "No parameter match found for URL ...
1
vote
1answer
159 views

Error messages from ModelState not get localized

I am working on an application in mvc4.I want the application to work in English and Russian.I got titles in russian, but error messages are still in english. My model contains:- ...
0
votes
1answer
45 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 ...
4
votes
1answer
163 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 ...
11
votes
4answers
764 views

Best practice for localization and globalization of strings and labels

I'm a member of a team with more than 20 developers, and each developer works on a separate module (something near 10 modules). In each module we might have at least 50 CRUD forms, which means that we ...
0
votes
0answers
21 views

how to change the language dynamically of a form [duplicate]

Possible Duplicate: How do I change the culture of a WinForms application at runtime I am using an xml file as a language property file with lang_en & lang_de, reading from the 'name' ...
6
votes
2answers
153 views

Is it ok to use a default UI language other than English in C#?

We have started to work on a C# project that was originally created by German speaking developers for German users. Most of the code, including class names, comments and debug messages is written in ...
0
votes
1answer
304 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 ...
1
vote
3answers
91 views

System.Convert.ChangeType for binding commas

I have this line of code: System.Convert.ChangeType(input, destinationType, CultureString); If called with a culture of de-DE and input is 4,50 and destinationType is double it returns 4.50. If I ...
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 ...
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 ...
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
228 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
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 ...
0
votes
0answers
135 views

How to place Globalization & Resource Files in to a subfolder to stop cluttering the root of my project?

I have two Projects: Globalization - Files - Resources.resx - Resources.fr-FR.resx - Resources.zh-CHS.resx MyProject MyProject references Globalization and uses strings from the resources ...
2
votes
0answers
132 views

Web UI Automation Localization/Globalization testing

I am new to localization\globalization testing. I would like to test my current Web UI application on the same. I am using Selenium driver to drive my automation using C# language. Basically, I ...
2
votes
1answer
225 views

How to get the localized special folder name?

I use SHGetFileInfo() or GetDisplayNameOf() to get the name of a special folder. If a localized operating system to change the setting "Current language for non-Unicode programs", these functions ...
0
votes
1answer
162 views

information on gotchas for multi lingual application [closed]

I am currently working on .net 4.5 application that contains multi lingual data. I am new to this so I am looking for resources that explain concepts such as encoding for different languages, ...
0
votes
1answer
5k views

Using resources for localization in MVC4

I'm following this tutorial that was given as answer in this question, however I'm stuck at displaying the resource. Just like in tutorial I've created two files App_GlobalResources ...
0
votes
3answers
405 views

Jquery datapicker localization using globalize plugin

Is it possible localize jquery datapicker using globalize plugin (https://github.com/jquery/globalize)? I tried in this way // get a date format var dt = Globalize.culture().calendar.patterns.d; ...
0
votes
2answers
521 views

Asp.Net MVC: Client data validation in double, with localization

I've a small problem with my Asp.Net MVC. For now I've developed a website in english, everything is working fine, all my texts are already in localization, and I've already a session based system. ...
1
vote
2answers
58 views

SaaS approach to App_GlobalResources

We are building an app where multiple websites are powered by a single site on IIS We have a web-based tool where webmaster can edit the "resx" files, like: /App_GlobalResources/es/Backend.es.resx ...
3
votes
1answer
276 views

Culture - ASP.NET MVC 3 Application

I need to develop a web site with a long long list of requirements. One of those is allowing the site admin to add new languages to the site (that's something easy I would say, resources and voila), ...
1
vote
1answer
393 views

Globalization in jquery and asp.net. How?

Is there a jquery plugin for the globalization of asp.net web application? I have found only "Jquery Globalization from Microsoft" Jquery Globalization, but it seems like an died project. Right? So, ...
0
votes
0answers
81 views

Globalizing Large Resources in Metro without Network

I am in the process of creating a Windows 8 application (Metro) that needs to be globalized/localized in many languages (most likely 10+). In each case, I am required to globalize large resources, ...
0
votes
1answer
498 views

Resources files issues in ASP.NET MVC 3

I´m having a strange problem with resources files. Strange because it was working great. Well, I have some resources files. I created a Resources folder on my asp.net mvc 3 project structure and I am ...
1
vote
1answer
32 views

What are recommended patterns to localize a dynamically built phrase?

Given a phrase that is dynamically constructed with portions present or removed based on parameters, what are some possible solutions for supporting localization? For example, consider the following ...
1
vote
3answers
258 views

Windows Azure Cloud best practice for localization

I have a MVC Cloud Based project which currently support two culture, Sweden and France now depending on my client i want the resource file to be created according to his culture Now the problem ...
2
votes
3answers
2k views

Proper way to change language at runtime

What is the proper way to change Form language at runtime? Setting all controls manually using recursion like this Save language choice to file > Restart Application > Load languge choice before ...
0
votes
1answer
79 views

How can I implement globalization on hyperlink

I have three hyperlink English, Spanish, and Chinese. When a user clicks on Spanish, all the content of website will change into Spanish (and so on). I tried to find an answer for this on Google but ...
1
vote
1answer
482 views

Does ResourceManager load all cultures automatically?

I have a class library - call it Framework. In the assemblyinfo.cs, I have: [assembly: NeutralResourcesLanguage("en-US")] Under a \Resources\ directory, I have FrameworkResources.resx and ...
0
votes
0answers
97 views

install new resources.dll files at runtime

We have an MVCApp.Resources class library project where different .resx files reside. This library is referenced from MVCApp where resource keys are displayed in the corresponding views. Every time, ...
0
votes
3answers
627 views

Resource file in aspx page “Eval” syntax

<asp:TemplateField> <ItemTemplate> <a id="btnShowPopup" runat="server" class="thickbox" title='<%# Eval("DB_TRAK_NO", "Details for Trak No. {0}") %>> ...
0
votes
1answer
467 views

How Can I Develop Multilingual Web Application

I have developed a multilingual web application with Asp.Net. I want to a question for this.Should i use Globalization or Cookie?Which one is true selection?
4
votes
3answers
3k views

Decimal to string with thousand's separators?

Consider a Decimal value: Decimal value = -1234567890.1234789012M; i want to convert this Decimal value to a string, and include "thousands separators". Note: i don't want to include ...
1
vote
2answers
2k views

How to access global resources in a view using asp.net mvc razor

Using asp.net mvc razor, I have a resource file in App_GlobalResources named General.resx and General.fr.resx with a name value pairings of "Hello" and "Hello" and "Hello" and "Bonjour". How do I ...
0
votes
1answer
111 views

Dynamically change Text value

I'm trying to implement a multilingual WPF application, I've a problem and I don't know how should I deal with this situation. Let's say I have 2 .Resx files and a TextBlock element which its Text ...
4
votes
2answers
1k views

Localization. Extending ASP.NET Resx Resource Provider

For my website I have a custom resource provider for localization purposes (localized strings are stored in database). It works just fine, but I would like it to work with the default Resx Resource ...
-1
votes
2answers
152 views

Multilingual website testing - I am not able to type in French?

I am creating a website using ASP.NET that supports multiple languages. For that I have created a local resource file for my login.aspx page. I want my login page in different languages like french, ...
0
votes
3answers
230 views

SiteMap Globalisation not working

The below information is all about displaying the language in france. But its not displaying any data why? I tried lot of methods however no use. I tried lot of methods however no use. I tried lot of ...
0
votes
2answers
115 views

How to localize for Windows Phone based on OS version

I'm building a Windows Phone application and my client has given me a list of languages that he would like the App to be localized for. The problem is that some of those languages are not supported ...
0
votes
1answer
516 views

How to name resx file for MvcSiteMapProvider using implicit localization

I am using the MvcSiteMapProvider and I want to localize the menu entries. So I have added the resourceKey attribute to my node as follows: <mvcSiteMapNode resourceKey="Home" title="Home" area ...
2
votes
4answers
653 views

How to include Variables in Localized Strings?

I'm trying to display a message to the user along the lines of: "User 5 could not be added" But how can I add variables to a string that is being placed in a .resx file? I've trying searching for ...
0
votes
1answer
129 views

Having a separate project for satellite assembly for globalization for a solution with a Silverlight and ASP.NET application

I'm trying to figure out a way to have a separate project for my two applications that are in the same solution. Can this be done? I can't find any examples and even tutorials for globalization with ...
0
votes
0answers
86 views

Global resource keys working in visual studio but not in deployment

In my vb.net 2.0 application global resource keys are working in visual studio but not in deployment. A parser error "The resource object with key 'forgetpass_aspx_lblLoginId' was not found." comes ...

1 2 3 4 5