Research.SetLanguagePair(WdLanguageID, WdLanguageID) 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(Microsoft::Office::Interop::Word::WdLanguageID LanguageFrom, Microsoft::Office::Interop::Word::WdLanguageID LanguageTo);
public object SetLanguagePair (Microsoft.Office.Interop.Word.WdLanguageID LanguageFrom, Microsoft.Office.Interop.Word.WdLanguageID LanguageTo);
abstract member SetLanguagePair : Microsoft.Office.Interop.Word.WdLanguageID * Microsoft.Office.Interop.Word.WdLanguageID -> obj
Public Function SetLanguagePair (LanguageFrom As WdLanguageID, LanguageTo As WdLanguageID) As Object
Parameters
- LanguageFrom
- WdLanguageID
Specifies the language to translate from.
- LanguageTo
- WdLanguageID
Specifies the langauge to translate to.
Returns
Object