How to translate Supplier Banner widget??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2024 09:12 PM
Hi Team,
I have a doubt on how can I translate the text messages that appears in the supplier banner portal [attached screen] because whenever I try to do it by the Messages table or by TRT nothing happens when the user preferred language is Spa/Eng. Does anybody knows how to implement translations for this widget?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2024 11:23 PM
Hi @Itza_Ferrer0112 ,
You should add the message to the sys_ui_messages table and call the appropriate message in your script.
Or follow this Article which covers all you need : https://www.servicenow.com/community/international-localization/need-to-translate-a-portal-check-thi...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2024 10:56 AM
Do you mind to provide me an example? Because I tried to add the record to the sys_ui_messages table and nothing happens [probably I need to add it to other part than the HTML Template (to the CSS, to server script or client controller?)]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2024 10:04 AM
Please refer - https://docs.servicenow.com/bundle/washingtondc-employee-service-management/page/product/employee-ce...
Please mark this as helpful and accepted solution if applicable.