plugin.getLanguageFile

The 'getLanguageFile' function retrieves full path to the current language .INI file.

  • Prototype: plugin.getLanguageFile();
  • Parameters: None.
  • Return Value: path to the current language file.
  • Example:
    alert(plugin.getLanguageFile());