Programming Reference Manual
 
Syntax
 
Translator.FromLanguage = Lang$
 
Description
Sets the language for the text to be translated from. If this property is not set, the translation engine will try to determine the language by itself, based upon the contents of the InputText property.
 
Parameter
Description
Lang$
Language code. Consists of a two-letter word (except for Brazilian Portuguese), for example: "NL", "EN", "DE", "FR", "IT", "ES", "PL", "PT", "PT-BR", "RU", "JA", "ZH".
 
note: when the Google translation engine is used instead, you need to use English language names, not abbreviated ones. For example: "bulgarsk," "danish," "english,", "finsk", "greek", "dutch", "italian", "japansk", "kinisisk", "norwegian", "polish", "romanian", "russian", "spanish", "swedish", "czech", "german", or "detect".
See Also
Example