Foreign Languages?

U

UJ

How do folks handle foreign languages? For instance - we would like to be
able to have a screen at the front of our app that will allow somebody to
choose French and then the entire site is in French.

What's the easiest way to do this? Have lookups for each text string on the
site or is there a better way?

TIA - Jeff.
 
M

Mark Rae

How do folks handle foreign languages? For instance - we would like to be
able to have a screen at the front of our app that will allow somebody to
choose French and then the entire site is in French.

What's the easiest way to do this? Have lookups for each text string on
the site or is there a better way?

This is known as localisation, and the best way to do it is to use resource
files:
http://aspnet.4guysfromrolla.com/articles/030304-1.aspx
 
B

bruce barker \(sqlwork.com\)

this will depend on the type of site. some common appraoches

1) string lookup, usually a resource in asp.net
2) xlst transation
3) parallel sites. this is pretty common, as the layout oftens needs to be
very different for each language, especially if the site is content heavy.

-- bruce (sqlwork.com)
 
J

Juan T. Llibre

I'd advise you to post your Localization questions
in the Localization forum of the ASP.NET Forums.

There's many people discussing that particular issue there :

http://forums.asp.net/151/ShowForum.aspx

Even if you only *read* through the already-posted messages,
you'll get quite a few tips to implement what you have in mind.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top