Function that returns the default project language.
Note: RoboHelp 8 always returns en as version 8 does not support the language attribute.
The method projectlanguage() is located in the file project.jsxinc.
Usage
var language = projectlanguage();
Parameters
This function has no parameters.
Return values
| Value | Meaning |
|---|---|
| string | The language of the project. When no language could be determined, the function returns en. |
