Recent Posts
Calendar
May 2013
S M T W T F S
« Apr    
 1234
567891011
12131415161718
19202122232425
262728293031  

Archive for the ‘internationalization’ Category

ASP.NET Internationalization – Themes

OLYMPUS DIGITAL CAMERA         A couple of weeks ago I started a series on ASP.NET Internationalization where we started by covering the basics, that is, using RESX files to supply language-specific strings in our code.

However, as anyone who’s tried to tackle the the internationalization problem knows, strings aren’t the only items that are impacted by internationalization. What about the images on our site? Specifically, what about the images that make up the look and feel of our site?

Read the rest of this entry »

Republished by Blog Post Promoter

Internationalization – The Database

Over the last several weeks we’ve been examining the various aspects of internationalization using ASP.NET. But it doesn’t help to have your resources and images set up for internationalization if your database has all of its data in one language.

The following are several solutions you might consider when setting up your database.

Read the rest of this entry »

Internationalization – Resource Files

C01H0025 Today I’m going to start a series on Internationalization.  Today’s post will start with the basics, but I plan to cover such issues as:

  • Using Resources
  • Detecting the language of the browser
  • What about images?
  • Dealing with Search Engine Spiders
  • Internationalizing your database.

Read the rest of this entry »

Bear