SitePoint Sponsor

User Tag List

Results 1 to 4 of 4

Thread: How can I develop a Chinese language website for Chinese users?

  1. #1
    SitePoint Enthusiast
    Join Date
    Mar 2010
    Posts
    57
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How can I develop a Chinese language website for Chinese users?

    Hey guys,

    I can only speak/write/develop in English. Do Chinese websites follow the standard HTML/CSS/PHP/MySQL as we know it? Or do they have their own programming language?

    I am hoping to develop some Chinese language websites for Chinese users. I have an associate who will provide Chinese content. I am hoping that users will also submit content in Chinese language(comments, forms, etc).

    What steps must I take assuming I only have knowledge of html/css/php/mysql?

  2. #2
    Robert Wellock silver trophybronze trophy
    SitePoint Award Recipient xhtmlcoder's Avatar
    Join Date
    Apr 2002
    Location
    A Maze of Twisty Little Passages
    Posts
    6,239
    Mentioned
    51 Post(s)
    Tagged
    0 Thread(s)
    HTML and CSS is written in English regardless. Obviously you'll have to consider the actual content and layout and especially the character encoding and human language but other than that the basic Syntax for those two is still English.

    Their input however will likely be Chinese characters so they'll need that to render correctly, so make sure the forms accept such character input, etc. http://www.w3.org/International/ques...at-is-encoding
    };-) http://www.xhtmlcoder.com/
    Thinking Web: Voices of the Community

    > March 2013 - SitePoint forums: Spot the Error 3: Calling all Sleuths! Winner Announced!... She knows how to spot simple <code> errors but do you?

  3. #3
    SitePoint Enthusiast
    Join Date
    Mar 2010
    Posts
    57
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for the resource xhtmlcoder

  4. #4
    Robert Wellock silver trophybronze trophy
    SitePoint Award Recipient xhtmlcoder's Avatar
    Join Date
    Apr 2002
    Location
    A Maze of Twisty Little Passages
    Posts
    6,239
    Mentioned
    51 Post(s)
    Tagged
    0 Thread(s)
    No problem, you'll find a lot of good advice about Internationalization there and several other related tutorials, which will help with making the site more interoperable, etc.
    };-) http://www.xhtmlcoder.com/
    Thinking Web: Voices of the Community

    > March 2013 - SitePoint forums: Spot the Error 3: Calling all Sleuths! Winner Announced!... She knows how to spot simple <code> errors but do you?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •