Forum Moderators: rogerd
languages/ directory of your installation, you will probably see one other directory called lang_english/. Once you've downloaded your new new language pack, unzip it and you will have a directory for that particular language, say lang_french/. All you have to do is to upload the files into the
languages/ directory on the server, and it will be available automatically in the drop-down list in the user profile. You can also set the default language for the board in the admin control panel. One important note: you should always keep the English language pack in place as it is the default if a language term is not available in your preferred language.
<meta http-equiv="Content-Type" content="text/html; charset=windows-874"> (Thai language)
Or activate it in the Admin panel?
lang_main.php file (at the top) you should see some variables defined like this: $lang['ENCODING'] = 'ISO-8859-1';
$lang['DIRECTION'] = 'LTR'; The first is the charset (in this case, ISO-8859-1) and the second is the text direction: LTR is left-to-right, RTL is right-to-left (for Arabic or Hebrew, for example). These values are filled in automatically within
overall_header.tpl - unless you have inadvertantly edited it. In that file you should see: <html dir="{S_CONTENT_DIRECTION}"> and:
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> Also, I assume you have the appropriate fonts, etc. installed?
It made no difference. I know this must be possible to have a board in two languages but I have no idea how to do it! The Thai script works fine in posts but titles are just gibberish.
I just want one sub category in Thai.
Also can't find where the fonts would go in the phpBB folder structure.