Proofing Language -> French
Description | : | Sets the proofing language on selected text to French |
Download |
---|---|---|---|
Author(s) | : | Marta | |
Category | : | Proofing | |
Last Updated | : | June 20, 2016 | |
Requirements | : | OneNote 2010 or above | |
Screenshot | : | ||
![]() Proofing Language -> French No screenshot available for this macro. |
|||
Changelog | : | June 20, 2016 (6E536F) - Marta These versions are no longer supported: March 10, 2016 - Marta |
If you want to proof an entire page, create a new macro and paste code as follow:
ForEach ($TextObject_1 in QueryObjects("Text", GetCurrentPage()))
If (!($TextObject_1.selected == false))
Continue 1
$TextObject_1.lang = "fr-ca"