True for Microsoft Publisher to automatically switch the keyboard language to the language used for the text at the insertion point. Read/write Boolean.
expression.AutoKeyboardSwitching
expression Required. An expression that returns one of the objects in the Applies To list.
This example enables automatically switching the keyboard language to the necessary language.
Sub SetGlobalOptions()
Options.AutoKeyboardSwitching = True
End Sub