Syntax
CountLanguages()
Remarks
Returns the number of available language formats, including the No Proofing format (set with the instruction Language "0"). For the list of valid foreign language names, see ToolsLanguage.
Example
This example fills the array langnames$() with the list of available language formats:
Dim langnames$(CountLanguages()) For count = 1 To CountLanguages() langnames$(count) = Language$(count) Next
See Also
Language, ToolsLanguage