Click here to Skip to main content
15,913,941 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: partner site login Pin
User 17164929-Jan-12 7:42
professionalUser 17164929-Jan-12 7:42 
AnswerRe: partner site login Pin
cjoki9-Jan-12 9:37
cjoki9-Jan-12 9:37 
AnswerRe: partner site login Pin
Mohibur Rashid9-Jan-12 22:37
professionalMohibur Rashid9-Jan-12 22:37 
GeneralRe: partner site login Pin
AndyInUK9-Jan-12 23:37
AndyInUK9-Jan-12 23:37 
GeneralRe: partner site login Pin
User 17164929-Jan-12 23:55
professionalUser 17164929-Jan-12 23:55 
GeneralRe: partner site login Pin
cjoki10-Jan-12 11:32
cjoki10-Jan-12 11:32 
AnswerRe: partner site login Pin
asoo16-Feb-12 12:25
asoo16-Feb-12 12:25 
QuestionGnome 3.2 Pin
loctrice6-Jan-12 18:56
professionalloctrice6-Jan-12 18:56 
AnswerRe: Gnome 3.2 Pin
Albert Holguin7-Jan-12 15:44
professionalAlbert Holguin7-Jan-12 15:44 
GeneralRe: Gnome 3.2 Pin
loctrice7-Jan-12 18:44
professionalloctrice7-Jan-12 18:44 
GeneralRe: Gnome 3.2 Pin
Albert Holguin7-Jan-12 19:27
professionalAlbert Holguin7-Jan-12 19:27 
GeneralRe: Gnome 3.2 Pin
loctrice9-Jan-12 3:49
professionalloctrice9-Jan-12 3:49 
GeneralRe: Gnome 3.2 Pin
Albert Holguin9-Jan-12 4:24
professionalAlbert Holguin9-Jan-12 4:24 
GeneralRe: Gnome 3.2 Pin
arjo12913-Jan-12 15:54
arjo12913-Jan-12 15:54 
AnswerRe: Gnome 3.2 Pin
loctrice15-Jan-12 16:22
professionalloctrice15-Jan-12 16:22 
GeneralRe: Gnome 3.2 Pin
Albert Holguin16-Jan-12 10:44
professionalAlbert Holguin16-Jan-12 10:44 
GeneralRe: Gnome 3.2 Pin
loctrice16-Jan-12 10:46
professionalloctrice16-Jan-12 10:46 
GeneralRe: Gnome 3.2 Pin
Albert Holguin16-Jan-12 10:50
professionalAlbert Holguin16-Jan-12 10:50 
GeneralRe: Gnome 3.2 Pin
loctrice16-Jan-12 12:33
professionalloctrice16-Jan-12 12:33 
GeneralRe: Gnome 3.2 Pin
loctrice16-Jan-12 14:46
professionalloctrice16-Jan-12 14:46 
GeneralRe: Gnome 3.2 Pin
Albert Holguin17-Jan-12 3:53
professionalAlbert Holguin17-Jan-12 3:53 
GeneralRe: Gnome 3.2 Pin
loctrice20-Jan-12 17:07
professionalloctrice20-Jan-12 17:07 
GeneralRe: Gnome 3.2 Pin
Albert Holguin21-Jan-12 10:42
professionalAlbert Holguin21-Jan-12 10:42 
QuestionTranslater like google translate Pin
ramos js5-Jan-12 10:05
ramos js5-Jan-12 10:05 
AnswerRe: Translater like google translate Pin
Gerben Jongerius5-Jan-12 19:54
Gerben Jongerius5-Jan-12 19:54 
Well you could always include the google translate script somewhere in the page. That way users can change the language of the contents with just one click, as described at Google translate tools[^].

As to creating your custom translate engine, that would be a lot of work including:
- scraping or buying multiple dictonaries for every language
- linking words in dictionaries accross the various languages
- finding a way to stem words to the basics
- building a correct matching algorithm to match one word or group of words to another

And even if you do all that (which is a lot of work) it will still probably work crappy. Though google translate is nice to sorta now what a page tells me (if it is in a foreign language) it is far from perfect. In fact most of the time the translations are more likely to be funny and wrong then right.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.