in reply to Re^4: How to get spelling suggestions in EnglishUK language as default in Win32::OLE
in thread How to get spelling suggestions in EnglishUK language as default in Win32::OLE

VB Macro code as requested, 'fraid you'll have to convert it to perl yourself.
Sub UKEnglish() ' ' UKEnglish Macro ' Macro recorded 2/22/2010 by Clive Darke ' ActiveDocument.AttachedTemplate.LanguageID = wdEnglishUK ActiveDocument.AttachedTemplate.NoProofing = False Selection.LanguageID = wdEnglishUK Selection.NoProofing = False Application.CheckLanguage = False End Sub
  • Comment on Re^5: How to get spelling suggestions in EnglishUK language as default in Win32::OLE
  • Download Code