MyBB Community Forums

Full Version: How to set char to thai language
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I create thai language.it support mybb 1.1 but it not support 1.2.I don't khow how to set char to thai.


my code in ./inc/language/thai.php

<?php
/**
 * MyBB 1.2 English Language Pack
 * Copyright ? 2006 MyBB Group, All Rights Reserved
 * 
 * $Id: english.php 2143 2006-08-26 07:26:52Z chris $
 */

// The friendly name of the language
$langinfo['name'] = "Thai (Thailand)";

// The author of the language
$langinfo['author'] = "Thai peple";

// The language authors website
$langinfo['website'] = "http://www.mybboard.com/";

// Compatible version of MyBB
$langinfo['version'] = "0.2";

// Sets if the translation includes the Admin CP (1 = yes, 0 = no)
$langinfo['admin'] = 1;

// Sets if the language is RTL (Right to Left) (1 = yes, 0 = no)
$langinfo['rtl'] = 0;

// Sets the lang in the <html> on all pages
$langinfo['htmllang'] = "th";

// Sets the character set, blank uses the default.
$langinfo['charset'] = "UTF-8";
?>

this picture

[attachment=4039]


Help me please