LanguageCategory
Usage
• LanguageCategory is an option for Cell which determines in what category of language the contents of the cell should be assumed to be for purposes of spell checking and hyphenation.
Notes
• Possible settings for LanguageCategory are:
| "Formula" | mathematical formula | | "Mathematica" | Mathematica input | | "NaturalLanguage" | human natural language | | None | do no spell checking or hyphenation |
• LanguageCategory is normally set to "NaturalLanguage" for text cells, and to "Mathematica" for input and output cells. • LanguageCategory is more often set at the level of styles than at the level of individual cells. • New in Version 4.
|