By tag: Localization
0
kicks
ASP.NET MVC Localization: Generate resource files and localized views
ASP.NET MVC Localization: Generate resource files and localized views using custom templates
0
kicks
ASP.NET MVC 2 Localization complete guide
This is a full guide for localizing asp.net mvc 2 web application covering following aspects: views localization, simple culture switching mechanism, model validation messages localization, DisplayName attribute localization and problem solving with caching(OutputCache) and localization.
0
kicks
How to handle non-English characters in ASP.NET MVC routes
A simple but useful trick to overcome built-in decode functionality in ActionLink in order to show non-English parameters as a part of a URL in ASP.NET MVC.
0
kicks
A Localization Handler to serve ASP.NET Resources to JavaScript
Here's an implementation of an HTTP handler that can serve ASP.NET Server resources to JavaScript clients easily. The handler can provide both local and global, normalized server resources to client JavaScript pages as objects, so that you can localize resources in one place on the server. Use stand...
0
kicks
ASP.NET MVC Action Filter for Localized Sites
If you've got or want a site which supports multiple cultures using ASP.NET you need to be familiar with setting CultureInfo values for the current thread and UI. This post details an ASP.NET MVC Action Filter to assist with localized site development.
0
kicks
A better, easier way to make sure you've globalized everything
A better, easier way to make sure you've globalized everything in your application
0
kicks
Localize text in JavaScript files in ASP.NET
Shows a very simple and powerful way of serving .js files with the right localized text strings.
0
kicks
Localizing Linq to SQL Entities
Sidar shows a possible strategy to localize Linq to SQL entities
0
kicks
WPF application localization kit
Article describes WPF application localization pattern and offer to use localization tool which helps to easily translate and to support many language dictionaries. Hope it will be useful.
0
kicks
WPF application localization pattern
The article is about how to create localizable WPF applications using some of my tools.
0
kicks
Solving the Search Results problem when using the free MMLinks localiz
With the free MMLinks DotNetNuke module, you can replace your standard Text/HTML modules with fully localizable ones, localizing both the title and the Text/HTML part. With one slight defect: Since DotNetNuke's search indexer doesn't know anything about the localized titles, it insists on presenting...
0
kicks
Applying localization with MasterPages
Applying localization with MasterPages Where Language Selection control is placed in the MasterPage
0
kicks
How to build Multi-Language Web Sites with ASP.NET 2.0 and Visual Stud
How to build Multi-Language Web Sites with ASP.NET 2.0 and Visual Stud
0
kicks
Resource Unloading in a custom ASP.NET Localization Resource Provider
In ASP.NET 2.0 ResourceProviders allow extension of the native resource mechanism with your own resource backing store by implementing a custom ResourceProvider. It's fairly easy to create a new provider but figuring out how to unload resources with a dynamic resource store like a database is not qu...