hello every body
can i ask a question?.
how can i build a multilingual system for my script by using xml phrase system like what vbulletin had
i know there is too many methods to do a multilingual script but i like the method that vbulletin use and if it is copywrited for vbulletin !,i want to do something similar
and if there is an xml standard format that u prefer me to use,i will be happy to hear from you.
########## this is a part of vbulletin-language.xml file #########
<?xml version="1.0" encoding="ISO-8859-1"?>
<language name="MASTER LANGUAGE" vbversion="3.6.4" product="vbulletin" type="master">
<skippedgroups>
<skippedgroup>cphelptext</skippedgroup>
</skippedgroups>
<phrasetype name="Access Masks" fieldname="accessmask">
<phrase name="access_denied" date="1150274290" username="" version="3.6.4"><![CDATA[access_denied]]></phrase>
<phrase name="access_denied_x_users" date="1150274317" username="" version="3.6.4"><![CDATA[access denied {1} users]]></phrase>
<phrase name="access_granted" date="1150274333" username="" version="3.6.4"><![CDATA[access granted]]></phrase>
<phrase name="access_granted_x_users" date="1150274343" username="" version="3.6.4"><![CDATA[access granted {1} users]]></phrase>
</phrasetype>
<phrasetype name="Attachment / Image" fieldname="attachment_image">
<phrase name="add_a_single_avatar" date="1157187094" username="" version="3.6.4"><![CDATA[add a single avatar]]></phrase>
<phrase name="add_a_single_post_icon" date="1157187094" username="" version="3.6.4"><![CDATA[add a single post icon]]></phrase>
<phrase name="add_a_single_smilie" date="1157187094" username="" version="3.6.4"><![CDATA[add a single smilie]]></phrase>
etc .....
##########################
i am waiting for a good answer ;)?
best regards
real programmers do i18n using regexes.
Don't and copy the Apple system instead.
>>3 Info/explanation of the Apple system?
Let's talk straight. You want a forum, right? One made with php and MySQL. Then just use punbb (http://www.punbb.org). It's just as good as VBulletin, but it's also opensource and free of charge, so... well, you can base your site aroud it as all of those constructed around VBulletin ^^.
>>5
He wants a multilingual script. It's not necessarily a forum.