//scanning/com.pixelnetica.scanning/ScanningSdkLibrary/unpackLanguageFile

unpackLanguageFile

[androidJvm]\

@JvmStatic

fun unpackLanguageFile(languageFile: File, languagesDir: File): String

Unpack the specified language file to the output folder.

Return

a language name to pass to the ScanReader.

Parameters

androidJvm

   
languageFile the file with language data (usually .pxl).
languagesDir the directory to unpack.
Top