Raw.langpack.GetStrings
Get strings from a language pack
langpack.getStrings#efea3803 lang_pack:string lang_code:string keys:Vector<string> = Vector<LangPackString>;
export namespace Raw {
export namespace langpack {
export class GetStrings {
constructor(params: { langPack: string; langCode: string; keys: Array<string> }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xefea3803
Property
langPack
: stringLanguage pack name, usually obtained from a language pack link
langCode
: stringLanguage code
keys
: Array of stringStrings to get