divadiva Posted September 29, 2008 Share Posted September 29, 2008 Experts I have a website in php which is in English.I want to convert the website to Chinese.Is there a way to do that?Are there any open source available?Can I use some php code to do that? If yes would that convert the data coming from database as well? Any help will be appreciated. Best Regard, Divya Link to comment https://forums.phpfreaks.com/topic/126341-language-converter/ Share on other sites More sharing options...
genericnumber1 Posted September 29, 2008 Share Posted September 29, 2008 It really depends how you handle things that would be language unique. Database? Hard coded? Link to comment https://forums.phpfreaks.com/topic/126341-language-converter/#findComment-653311 Share on other sites More sharing options...
divadiva Posted September 29, 2008 Author Share Posted September 29, 2008 Both ;I want to convert hardcoded as well as data coming from database. Link to comment https://forums.phpfreaks.com/topic/126341-language-converter/#findComment-653334 Share on other sites More sharing options...
DarkWater Posted September 29, 2008 Share Posted September 29, 2008 Anything that anyone could possibly write for this would still only be using a machine translation option, which is hardly as good as human translation, since computers are often wrong. Link to comment https://forums.phpfreaks.com/topic/126341-language-converter/#findComment-653337 Share on other sites More sharing options...
divadiva Posted September 29, 2008 Author Share Posted September 29, 2008 Thanks for replying.But ,Is there any solution? Link to comment https://forums.phpfreaks.com/topic/126341-language-converter/#findComment-653375 Share on other sites More sharing options...
PFMaBiSmAd Posted September 29, 2008 Share Posted September 29, 2008 To get any meaningful output, you would need to hire an human interpreter that is fluent in both English and the Chinese dialect that you want to convert to. Due to syntax rules, word order, word forms, and context specific meaning... to name a few of the problems, you cannot simply convert words or phrases in one language to another and get equivalent and meaningful output. Link to comment https://forums.phpfreaks.com/topic/126341-language-converter/#findComment-653422 Share on other sites More sharing options...
DarkWater Posted September 29, 2008 Share Posted September 29, 2008 To get any meaningful output, you would need to hire an human interpreter that is fluent in both English and the Chinese dialect that you want to convert to. Due to syntax rules, word order, word forms, and context specific meaning... to name a few of the problems, you cannot simply convert words or phrases in one language to another and get equivalent and meaningful output. Exactly. For kicks, I sometimes see how web translators translate English to Greek and vice versa. Link to comment https://forums.phpfreaks.com/topic/126341-language-converter/#findComment-653432 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.