Localization of Smart Assessment

Kirby R
Kilo Sage

Hi,

 

Any guides/articles on how to translate smart assessments?

 

@Alex Coope - SN 

6 REPLIES 6

Hi @Alex Coope - SN ,

How should the UI Action (that calls the "proto_grc_assessment_templates") be configured? I've tried recycling the "Request Translation" one and the languages picker pops up, but it returns this "Failed to request translations." error. Here's the script I've recycled and adapted:

Form button - True
Client - True
OnClick - renderLanguagePickerModal();

function renderLanguagePickerModal() {
    var dlg = new GlideModal("sn_lf_language_picker");
    dlg.setTitle(getMessage("Request Translations"));
    dlg.setPreference("sys_id", g_form.getUniqueValue());
    dlg.setPreference("artifact_config_internal_name", "proto_grc_assessment_templates");
    dlg.setPreference("request_type", "form");
    dlg.setPreference("focusTrap", true);
    dlg.render();
}


Thank you in advance.

Apiscitelli6
Tera Contributor

Reply edited: Sorry for the duped reply