Archive for the ‘internationalization’ Category
ASP.NET Internationalization – Themes
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?
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.
Internationalization – Resource Files
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.