Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

Translating field error

Elana
Tera Contributor

Hello Everyone, I have this field error that appears when a not allowed file type is uploaded, I need to translate this error, how to do so?
Thanks!

Elana_0-1783512550982.png

 

1 ACCEPTED SOLUTION

Nishant8
Tera Sage

Hello @Elana , you can create a sys_ui_message record as below and try. Go to sys_ui_message.list and fill the details as below:

- Key: should be your message like you mentioned in the attachment as following (plz verify)

The uploaded file type is not permitted; allowed types are {0}

- Language: Select the target language

- Message: Enter the translated version of your error message

 

Regards,

Nishant

View solution in original post

3 REPLIES 3

Sandeep Rajput
Tera Patron

 Usually the translated messages can be found in Message (sys_ui_message) table. You can search with the message text in the message field to see if there are translation available for this message.

 

 

In case if the message is not available here and the message is originating from a client script then you can refer to this URL https://www.servicenow.com/docs/r/platform-administration/system-localization/t_TranslateAClientScri... 

 

If the message is coming from a widget then you can refer to this URL https://www.servicenow.com/docs/r/platform-user-interface/service-portal/c_WidgetLocalization.html

Nishant8
Tera Sage

Hello @Elana , you can create a sys_ui_message record as below and try. Go to sys_ui_message.list and fill the details as below:

- Key: should be your message like you mentioned in the attachment as following (plz verify)

The uploaded file type is not permitted; allowed types are {0}

- Language: Select the target language

- Message: Enter the translated version of your error message

 

Regards,

Nishant

Elana
Tera Contributor

this worked! thank you so much