is it necessary to know all the languages to make multilingual website in asp.net?

Nov 25th, 2009 | By KC | Category: ASP Related

I wish to have a multilingual website in asp.net.Send me a little great link.
Plz discuss it me a routine of creation alternative languages apparatus files but meaningful a sold language.

One comment
Leave a comment »

  1. Well, someone will have to understand the language. The general idea is this: each item displayed on the screen is identified by an ID. Each user has a locale. You then use that ID and locale to retrieve the text for the screen in the user’s language. Someone has to translate each of those pieces of text for every language.

    Good luck.

Leave Comment