Question
"Recommendations for filling out the page" translation
15:50 Feb 26, 2019
Is it possible to translate this string, for example by setting it up manually from JavaScript?
Like
3 comments
13:17 Feb 27, 2019
Hello Carlos,
Generally speaking, usually to translate some strings "Translation" section is used. You can read more about it in this article: https://academy.bpmonline.com/documents/base/7-13/how-identify-translat…
Other way to achieve it is to find the resource string in table SysLocalizableValue and change it`s value directly in the database.
Also you can create a new replacing client module where change the element`s binding to new string. Example of such binding: http://prntscr.com/mqsibp
Best regards,
Alex
19:57 Feb 27, 2019
Alex_Tim,
Thanks. And what if the recommendation is set up by a formula and looks something like this?
"Number of something: " + [#Read number of something.First item of resulting collection.Number#]
Show all comments