- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
this worked! thank you so much