Click here to Skip to main content
15,910,277 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: For those of you that are bilingual... Pin
Daniel Wilianto3-May-18 21:11
Daniel Wilianto3-May-18 21:11 
GeneralRe: For those of you that are bilingual... Pin
GuyThiebaut3-May-18 23:28
professionalGuyThiebaut3-May-18 23:28 
AnswerRe: For those of you that are bilingual... Pin
Keviniano Gayo3-May-18 21:54
Keviniano Gayo3-May-18 21:54 
AnswerRe: For those of you that are bilingual... Pin
Harry Neethling3-May-18 21:56
Harry Neethling3-May-18 21:56 
AnswerRe: For those of you that are bilingual... Pin
GKP19923-May-18 22:46
professionalGKP19923-May-18 22:46 
AnswerRe: For those of you that are bilingual... Pin
Nish Nishant4-May-18 1:03
sitebuilderNish Nishant4-May-18 1:03 
AnswerRe: For those of you that are bilingual... Pin
Stephen McCafferty4-May-18 3:27
Stephen McCafferty4-May-18 3:27 
AnswerRe: For those of you that are bilingual... Pin
tralfazmx4-May-18 4:27
tralfazmx4-May-18 4:27 
A few years ago I had been told we needed a Spanish translation for the large application that I had written in English. I started out manually copying every English word or phrase from the app and pasting it into Google Translate and then pasting the Spanish translation back into the app. Using the time measured for each translation cycle I determined that given the number of translations needed that it was going to take weeks to complete this task!

Then I wrote some code that searched the entire source code for text and wrote it into a file. Then I wrote another program that went through the list of text and automatically retrieved translations from Google Translate and added it as another column in the file (csv). Then my app used the translation list to get the translations during run time. It looked great to me but when I gave the app to a Spanish speaker to evaluate I was told that the Spanish translations were very bad and sometimes silly/funny. My translation file was subsequently given to a translator. They had to change only about 10% of the Spanish. It made things a lot faster for the translator to have 90% of the text being already OK.

Unfortunately, Google (and Yahoo too I think) did something to block me from using their translator in this automated way. Too bad, it was very useful.
AnswerRe: For those of you that are bilingual... Pin
agolddog4-May-18 4:33
agolddog4-May-18 4:33 
AnswerRe: For those of you that are bilingual... Pin
Gerry Schmitz4-May-18 5:20
mveGerry Schmitz4-May-18 5:20 
AnswerRe: For those of you that are bilingual... Pin
Toto11074-May-18 6:51
professionalToto11074-May-18 6:51 
AnswerRe: For those of you that are bilingual... Pin
Stefan_Lang9-Aug-18 2:45
Stefan_Lang9-Aug-18 2:45 
GeneralThought of the Day Pin
OriginalGriff3-May-18 5:03
mveOriginalGriff3-May-18 5:03 
GeneralRe: Thought of the Day Pin
Eddy Vluggen3-May-18 5:09
professionalEddy Vluggen3-May-18 5:09 
GeneralRe: Thought of the Day Pin
DRHuff3-May-18 7:15
DRHuff3-May-18 7:15 
GeneralRe: Thought of the Day Pin
lopatir3-May-18 9:28
lopatir3-May-18 9:28 
GeneralRe: Thought of the Day Pin
W Balboos, GHB3-May-18 5:27
W Balboos, GHB3-May-18 5:27 
GeneralRe: Thought of the Day Pin
jeron13-May-18 5:54
jeron13-May-18 5:54 
GeneralRe: Thought of the Day Pin
DRHuff3-May-18 7:22
DRHuff3-May-18 7:22 
GeneralRe: Thought of the Day Pin
j snooze3-May-18 11:26
j snooze3-May-18 11:26 
GeneralQC at MS Pin
W Balboos, GHB3-May-18 3:32
W Balboos, GHB3-May-18 3:32 
GeneralRe: QC at MS Pin
OriginalGriff3-May-18 4:00
mveOriginalGriff3-May-18 4:00 
GeneralRe: QC at MS Pin
W Balboos, GHB3-May-18 4:03
W Balboos, GHB3-May-18 4:03 
GeneralRe: QC at MS Pin
S Douglas3-May-18 6:42
professionalS Douglas3-May-18 6:42 
GeneralRe: QC at MS Pin
W Balboos, GHB3-May-18 6:48
W Balboos, GHB3-May-18 6:48 

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.