Returns the language associated with a Unicode font.
# Metadata
Platforms: desktop, server OS: mac, windows, linux Introduced: 2.1 Security:
# Syntax
the fontLanguage of fontName
# Params
- fontName : The name of any font that is installed on the current system.
# Examples
the fontLanguage of "Osaka"
# Description
Use the fontLanguage function to list only the fonts intended for a particular language.
For a list of all fonts installed on the current system, use the fontNames function.
>*Cross-platform note:* On Unix, the fontLanguage > always returns "English".
# Tags
# See