Re: Thai Language

  •  01-18-2007, 2:02 PM

    Re: Thai Language

    To add a new language file, follow the steps below:


    Find the Culture Name of your Language. Please reference "Culture Name" table at the bottom of the page.

    Create a new language file based on Culture Name and copy it to CuteSoft_Client\CuteEditor\Languages folder.


    • Create a new language xml file based on Culture Name. For example, el.xml (The Culture Name of Greek).
    • Copy all the content of en-us.xml to the el.xml.

      You should get the following xml file:

      <?xml version="1.0" encoding="UTF-8" ?>

      <root>

          <resource name="DenyAllAnonymous">Anonymous Users are not allowed in this chat application.</resource>

          <resource name="DenyRoomAnonymous">Anonymous Users are not allowed in this chat room.</resource>

          <resource name="NickNameIsExists">Nickname already exists.</resource>

          <resource name="YouAreRejected">You are rejected.</resource>

      ....

      </root>

    • After translating all strings in the above language file, copy it to CuteSoft_Client\CuteEditor\Languages folder.


    Culture Name Language-Country/Region
    th Thai
    th-TH Thai - Thailand

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread