Proofing Language -> French (CA)

Sets the proofing language on selected text to French (CA)

Download

Author(s) : Unknown User
Category : Proofing
Last Updated : June 19, 2016
Requirements : OneNote 2010 or above
Changelog :

June 19, 2016 (B3C98B) - Unknown User
Automatically upgraded to the new Macro Language

These versions are no longer supported:

January 18, 2014 - Unknown User
Initial version

Comments

Name
Comment
C. F. - 2020-07-31
Thank you!

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"