How do I design for a foreign language?

This is a discussion on "How do I design for a foreign language?" within the Web Page Design section. This forum, and the thread "How do I design for a foreign language? are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Sep 22nd, 2005, 20:09
Reputable Member
Join Date: Jul 2005
Posts: 400
Thanks: 0
Thanked 0 Times in 0 Posts
How do I design for a foreign language?

How do I design for a foreign language? I've never even considered having to do something like this. I've had a request to create a site that is readable in German. How is this done?

Wouldn't it be great if CSS had a language attribute!

Code: Select all
body { language="German" }
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Sep 22nd, 2005, 22:30
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
You'll need to actually create a full version of the site in that language...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Sep 23rd, 2005, 00:29
Reputable Member
Join Date: Sep 2005
Location: Canada, BC
Age: 24
Posts: 239
Thanks: 0
Thanked 0 Times in 0 Posts
Use the normal tags, and instead of
Code: Select all
This is my content, isn't it great?</p>
you would have
Code: Select all
Dieses ist mein Inhalt, ist nicht es groß?</p>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Sep 23rd, 2005, 04:23
Junior Member
Join Date: Aug 2005
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
I'll have to do this soon myself.

You need to know what character set your other language uses. I suspect German is still part of the same 1-byte set as English. That makes your life easier. If you are moving to a 2 or 4-byte character set then you have issues. For example my favorite text editor (textpad) doesn't support 2-4byte sets. So I have to find an editor that does, or dual-boot my system and install Linux which I'm partial too anyways.

You may also need support software so you can easily access non-english character sets. I'm currently studying Chinese so I need their character set. Maybe your browser can read this: 我正在学习汉语

If your browser can't read that then you'd need to update your browser to support the extra language you are using.

So to summarize:
You need the right character sets installed
You need the right software that can use that character set to edit your HTML
You may need OS software to type in that character set into your editor.
You need to make sure your browser supports the character set

I suspect Germanic languages are a bit easier to work with than the Asian ones.

I don't know HOW on these issues since I've never done it myself. I just know WHAT I need to do when the time comes.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Sep 23rd, 2005, 05:44
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
http://www.w3.org/International/articles/language-tags/

http://www.webreference.com/dlab/books/html/39-4.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Sep 27th, 2005, 19:16
Reputable Member
Join Date: Jul 2005
Posts: 400
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the help everyone. I finally decided my best bet was to pass on this project. My main reason is I would still have to proof this sucker and make sure it's correct in the other language. I don't have any knowledge of any language other then English and my highschool teacher would probably question that knowledge as well... LOL.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Dec 28th, 2005, 15:51
Junior Member
Join Date: Dec 2005
Location: Vilnius, Lithuania
Age: 36
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How do I design for a foreign language?

I realise it's long as not a question. Quite an old post but...
the solution is very simple charset=UTF-8
I made couple 3-lingual sites: english-russian-lithuanian, worked for Germans too - no problems. It's getting somewhat more difficult if you need to design a version for hebrew or chinese (right to left / up and down). Some practice would be very useful
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
design, foreign, language

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Foreign Key references some alexgeek Databases 4 Jan 31st, 2008 17:14
Use this language? alexgeek Other Programming Languages 35 Sep 20th, 2007 21:10
Seeking Advice for Multi-Language website design jssaggu Scripts and Online Services 0 Jun 1st, 2007 20:44
Language Conversion jpvsd Other Programming Languages 0 Jun 15th, 2006 17:42
Foreign Key's adjacent, descriptive fields need updating - How To? jswebdev PHP Forum 0 Dec 10th, 2005 21:31


All times are GMT. The time now is 17:27.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42