Friday, February 3, 2012

How to create a language translator in visual basic 6.0?

language are tagalog, english, spanish and japanese.



thanks in advanceHow to create a language translator in visual basic 6.0?
you would have to know the languages well and use statements such as:



dim s as string

//make s = the main textbox

s = s.replace("Original word", "word after translate")



and do that for every word in the language, plus implement grammar and exceptions. To be honest, this is a huge thing to do.

good luck though, and i hope you finish! (I haven't had much luck with actually FINISHING things lol ;])How to create a language translator in visual basic 6.0?
First of all, I'd probably use a newer language than VB6. You can download the latest IDE for Visual Basic (VisualBasic.Net for free from Microsoft). You'll then need to create dictionary translation and gramatical rule files for the language(s) that you want to translate and create the logic for it. It is a VERY ambitious task for somewhat sho is just starting out.
  • beauty advice
  • No comments:

    Post a Comment