Research.SetLanguagePair(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the languages for the translation service.
public:
System::Object ^ SetLanguagePair(int LanguageFrom, int LanguageTo);
public object SetLanguagePair (int LanguageFrom, int LanguageTo);
Public Function SetLanguagePair (LanguageFrom As Integer, LanguageTo As Integer) As Object
Parameters
- LanguageFrom
- Int32
Required Integer Specifies the language to translate from.
- LanguageTo
- Int32
Required Integer Specifies the langauge to translate to.
Returns
Object