DotNetShoutout - Stories tagged with Globalization
2
Shouts

ASP.NET MVC Localization: Generate resource files and localized views using custom templates

published 692 days, 21 hours, 17 minutes ago posted by http://ruijarimba.wordpress.com/http://ruijarimba.wordpress.com/ 694 days, 7 hours, 28 minutes ago
Wednesday, July 27, 2011 9:50:10 PM GMT Tuesday, July 26, 2011 11:39:25 AM GMT
Use ASP.NET MVC T4 custom templates to generate resource files and localized views. (more)
category: Web Dev | clicked: 33 | 3 comments | | source: ruijarimba.wordpress.com
tags: ASP.NET MVC, T4, Localization, Globalization
7
Shouts

Globalization, Internationalization and Localization in ASP.NET MVC 3, JavaScript and jQuery - Part 1 - Scott Hanselman

published 750 days, 7 hours, 22 minutes ago posted by iftekharahmedamitiftekharahmedamit 755 days, 11 hours, 50 minutes ago
Tuesday, May 31, 2011 11:45:38 AM GMT Thursday, May 26, 2011 7:17:20 AM GMT
There are several books worth of information to be said about Internationalization (i18n) out there, so I can't solve it all in a blog post. Even 9 pages of blog posts. I like to call it Iñtërnâtiônàlizætiøn, actually. There's a couple of basic things to understand though, before you create a multilingual ASP.NET application. Let's agree on some basic definitions as these terms are often used interchangeably. Internationalization (i18n) - Making your application able to support a range of languages and... (more)
category: Web Dev | clicked: 66 | 1 comment | | source: www.hanselman.com
tags: ASP.NET MVC 3, ASP.NET MVC, Internationalization, ASPNETMVC, JavaScript, jQuery, Localization, Globalization, MVC, ASP.NET
4
Shouts

ASP.NET MVC 3 Internationalization

published 884 days, 9 hours, 16 minutes ago posted by JemmJemm 885 days, 10 hours, 10 minutes ago
Monday, January 17, 2011 9:51:42 AM GMT Sunday, January 16, 2011 8:57:34 AM GMT
If your website targets users from different parts of the world, these users might like to see your website content in their own language. Creating a multilingual website is not an easy task, but it will certainly allow your site to reach more audience. Fortunately, the .NET Framework already has components that support different languages and cultures. (more)
category: Web Dev | clicked: 9 | comment | | source: afana.me
tags: asp.net mvc 3.0, Localization, Globalization
2
Shouts

Localization in ASP.NET 4.0

published 940 days, 23 hours, 45 minutes ago posted by dotnetfundadotnetfunda 943 days, 3 hours, 19 minutes ago
Sunday, November 21, 2010 7:22:41 PM GMT Friday, November 19, 2010 3:48:07 PM GMT
Creating web application that serves different users with different cultures is crucial for clients who are doing business gloablly and ASP.NET helps developers to create such kind of application easily. In article I shall describe how to achive localization in ASP.NET web application. Localization helps to develop a global application that can be used by the global users having different cultures. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: Globalization
13
Shouts

ASP.NET MVC 2 Localization complete guide

published 1210 days, 6 hours, 25 minutes ago posted by http://adamyan.blogspot.com/http://adamyan.blogspot.com/ 1212 days, 6 hours, 25 minutes ago
Thursday, February 25, 2010 12:43:03 PM GMT Tuesday, February 23, 2010 12:42:57 PM GMT
In this article we are going to explore all aspects of localization web application based on ASP.NET MVC framework. The guide covers following: views localization, model validation messages localization, simple culture switching mechanism, DisplayName attribute localization and OutputCache and localization problems solving. ... (more)
category: Web Dev | clicked: 17 | comment | | source: adamyan.blogspot.com
tags: outputcache, DisplayName attribute, ASP.NET MVC 2, Localization, Globalization