langpack.getStrings

Get strings from a language pack

---functions---
langpack.getStrings#efea3803 lang_pack:string lang_code:string keys:Vector<string> = Vector<LangPackString>;

Parameters

Name Type Description
lang_pack string Language pack name
lang_code string Language code
keys Vector<string> Strings to get

Result

Vector<LangPackString>

Possible errors

Code Type Description
400 LANG_PACK_INVALID The provided language pack is invalid.