LanguageStore Constructor

constructor(directory: File, languages: String)

Parameters

  • directory — the folder holding the downloaded language files.
  • languages — the installed languages, as codes joined by “+” — the form ScanReader expects.
Top