Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2022-11-03 08:52 AM
Is there a way to detect the language of the user's profile and display the Actions according to the chosen language?
Currently we have to display the Actions in French and English.
see image in the attached file
Thanks
2022-11-03 11:29 AM
Archer global variables in custom object could detect current user locale, I believe:
ArcherApp.globals.locale
2022-11-03 11:34 AM
@Anonymous
Thanks
Is it possible to replace the Action name ?
See image in the attached file
2022-11-03 11:36 AM - edited 2022-11-03 11:38 AM
I do not see image attached. But even if there would be a way, then it most likely about calling data from API and then rendering. Too much of overhead I would say. Just change user locale to needed language and use localization/globalization. However, if it is about added by user text, then it will show whatever entered by the user unless you code translation mechanism .
2022-11-03 01:20 PM
Image
2022-11-03 02:41 PM
2022-11-03 02:52 PM - edited 2022-11-03 02:53 PM
Ah, u mean these actions. If I remember right, these are hard coded when u build AWF. So surely u can translate them based on locale as these are HTML objects in custom objects by renaming labels.