Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8655745
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T15:06:49+00:00 2026-06-12T15:06:49+00:00

I have a web-based tool, that is mainly used in English. I just received

  • 0

I have a web-based tool, that is mainly used in English. I just received a question if it will support Thai language. Since it is mostly text based, what modifications do I need to make to support other languages, like Thai specifically?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T15:06:50+00:00Added an answer on June 12, 2026 at 3:06 pm

    First, you need to make sure you are using UTF8 encoding from end to end. That means in code, output, database and database connection. For PHP you should set mb_internal_encoding and mb_http_output to UTF-8.

    Your output headers should be set UTF8. For example:

    Content-Type:text/html; charset=UTF-8
    

    If you are using MySQL, make sure your tables are UTF-8, you can convert them with an ALTER TABLE. For safety, you should also set your db connection to UTF-8 by running SET NAMES UTF8 as the first query on every connection.

    Once you have that, then you can support most languages (i.e. not Chinese). THEN you can remove all your text from your HTML and put it in some sort of lookup system. A common solution is the gettext support in PHP. Although you may want to come up with your own solution that can search and replace in bulk.

    While it’s not trivial to do all this, once it’s done it’s easy to support more languages. You just need to translate your text. Bing has a free/cheap translation service with good terms. Google used to, but changed their policies about a year ago. Google still have a translation service, but the terms did not work for my needs.

    Your question is a big topic, but this information should point you in the right direction.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my company we have a web-based tool that you enter an account, press
We have a web-based product that is used for project management and planning. Each
Background: I have created a CRUD web app using a java based RAD tool
I have heard that web-based chat clients tend to use networking frameworks such as
I am creating a small web based tool that allows users to query a
I work for a company that makes a web based tool. As part of
I am trying to create a web-based tool for my company that, in essence,
I have to performs testing on an old legacy tools that's web based and
I have a web tool which when queried returns generated Java classes based upon
I am using a java-based tool that includes jaxws-rt-2.1.4.jar for accessing web services. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.