getLanguagePackString¶
Returns a string stored in the local database from the specified localization target and language pack by its key. Returns a 404 error if the string is not found. Can be called synchronously
getLanguagePackString(
language_pack_database_path: string,
localization_target: string,
language_pack_id: string,
key: string
) → LanguagePackStringValue