Internationalization

  • Thread starter Thread starter SS
  • Start date Start date
S

SS

Is it possible to dynamically convert string variables
given in english to any other language(Eg:japanese).
Say for example user enters a string in english in textbox
from UI. It should be wriiten into a file with the
equivalent japanese word.Please help.........
 
Is it possible to dynamically convert string variables
given in english to any other language(Eg:japanese).
Say for example user enters a string in english in textbox
from UI. It should be wriiten into a file with the
equivalent japanese word.Please help.........
No. This is called "translation", not "conversion",
and only a human can do it at a decent quality.
At least for now.

What is called "machine translation" is enough to
help you get an idea of what the original said and
to give you a good lough from time to time.
 
Back
Top