Stories recently tagged with 'Localization'

ASP.NET MVC Localization: Generate resource files and localized views (ruijarimba.wordpress.com)

submitted by ruijarimbaruijarimba(81) 1 year ago

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

add a comment |category: |Views: 17

tags: another

ASP.NET MVC 2 Localization complete guide(adamyan.blogspot.com)

submitted by Alik.AdamyanAlik.Adamyan(135) 2 years, 3 months ago

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. read more...

add a comment |category: |Views: 2512

tags: another

How to handle non-English characters in ASP.NET MVC routes(sharplife.net)

submitted by sharplifesharplife(4570) 3 years ago

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. read more...

add a comment |category: |Views: 49

tags: another

A Localization Handler to serve ASP.NET Resources to JavaScript(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 1 month ago

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 standard Resx resources or custom database resource provider from the Westwind.Globalization tools (included in the download) read more...

add a comment |category: |Views: 208

tags: another

ASP.NET MVC Action Filter for Localized Sites(iansuttle.com)

submitted by isuttleisuttle(1140) 3 years, 3 months ago

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. read more...

add a comment |category: |Views: 237

tags: another

A better, easier way to make sure you've globalized everything(milkcarton.com)

submitted by akcoderakcoder(830) 3 years, 3 months ago

A better, easier way to make sure you've globalized everything in your application read more...

add a comment |category: |Views: 474

tags: another

Localize text in JavaScript files in ASP.NET(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 3 years, 9 months ago

Shows a very simple and powerful way of serving .js files with the right localized text strings. read more...

add a comment |category: |Views: 481

tags: another

Localize text in JavaScript files in ASP.NET(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 3 years, 9 months ago

Shows a very simple and powerful way of serving .js files with the right localized text strings. read more...

add a comment |category: |Views: 481

tags: another

Localizing Linq to SQL Entities(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 9 months ago

Sidar shows a possible strategy to localize Linq to SQL entities read more...

add a comment |category: |Views: 303

tags: another

WPF application localization kit(intagger.blogspot.com)

submitted by inTaggerinTagger(15) 3 years, 9 months ago

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. read more...

add a comment |category: |Views: 45

tags: another

WPF application localization pattern(intagger.spaces.live.com)

submitted by inTaggerinTagger(15) 3 years, 10 months ago

The article is about how to create localizable WPF applications using some of my tools. read more...

add a comment |category: |Views: 46

tags: another

Solving the Search Results problem when using the free MMLinks localiz(dnnuke.blogspot.com)

submitted by sotirisfsotirisf(315) 4 years, 2 months ago

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 the default, non-localized module title in the Search Results page (that would be "MMLinks" if you leave it intact). read more...

add a comment |category: |Views: 28

tags: another

Applying localization with MasterPages(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 4 years, 3 months ago

Applying localization with MasterPages Where Language Selection control is placed in the MasterPage read more...

add a comment |category: |Views: 59

tags: another

How to build Multi-Language Web Sites with ASP.NET 2.0 and Visual Stud(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 4 years, 3 months ago

How to build Multi-Language Web Sites with ASP.NET 2.0 and Visual Stud read more...

add a comment |category: |Views: 94

tags: another

Resource Unloading in a custom ASP.NET Localization Resource Provider(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 10 months ago

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 quite straightforward. Here's how... read more...

add a comment |category: |Views: 72

tags: another