The CreatorCon Call for Content is officially open! Get started here.

Translating smart button on mobile.

Abhijit Das7
Tera Expert

Hi Everyone,

 

I have 2 custom smart buttons on mobile. I have to translate them Chinese. 

 

Can anyone suggest how can I translate the.

 

Thanks in advance

 

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Abhijit Das7 

 

https://www.servicenow.com/community/developer-forum/localization-of-ui-action-and-smart-button/td-p...

 

Seems your previous post has answer.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Community Alums
Not applicable

Hi @Abhijit Das7 ,

  1. Navigate to All > System Localization > Translated Name / Fields > .
  2. Click New to create a new Translated Name / Fields record.
  3. On the form, fill in the fields.
    UI elements form
    Field Description
    Label (translate) Translated text that users see on the translated item.
    Language Two-character ISO language code for this translated text.
    Value Original English value that causes this translated text to be displayed.
    Table Select a table depending on the element to be translated:
    • For Applet names, use sys_sg_screen
    • For Applet launcher names, use sys_sg_applet_launcher
    • For Function names, use sys_sg_button_instance
    • For global search placeholder text, use sys_sg_global_search
    • For search source names, use sys_search_source
    Element The element on the table to be translated. See the table below for element names for each translatable element.
  4. Click Submit.
  5. Repeat the steps to create a record for each language you want to support on your instance.