Where can I find documentation on this issue ?

Like 0

Like

3 comments

Hello,

 

If you need to send emails based on the recipient's language, try to add localization to the email template. More info can be found here:

https://academy.creatio.com/docs/user/platform_basics/communications/wo…

 

Regards,

Dean

Dean Parrett,

Thanks Dean, but what I need is to create a user task (activity) connected to case resolution, and its title is the localizable text business parameter I need to create. I have been through lots of academy stuff, but it is not clear to me how to create a localizable text business process parameter.

any clue ?

Hi Ricardo,

 

Do you need to read the case resolution description submitted by a user and use it in the activity, let's say, put it into the activity subject but in different language? 

 

Regards,

Dean

Show all comments

Im trying to localize a Button on a grid but it is not working out. Ive tried the following:



{

                    "operation": "insert",

                    "name": "DataGridActiveRowSomeButton",

                    "parentName": "DataGrid",

                    "propertyName": "activeRowActions",

                    "values": {

                        "className": "Terrasoft.Button",

                        "style": Terrasoft.controls.ButtonEnums.style.GREEN,

                        "tag": "someButton",

                        "caption": {"bindTo":"Resources.Strings.DetailsCaption"},

                    }

                },



Notes:

-The DetailsCaption is added in the localizable strings

-The logic works on any other button which is not within the Grid

-When binding the button it is not appearing but when setting caption to "caption":"Details" it is appearing

-Im working on version 12

Like 0

Like

2 comments
Best reply

Hello Mohammad, 

 

Please, try to set up the title for the button by using the code:

"caption": resources.localizableStrings.DetailsCaption

 

Let us know in case any additional information is required. 

 

Best regards,

Olga. 

Hello Mohammad, 

 

Please, try to set up the title for the button by using the code:

"caption": resources.localizableStrings.DetailsCaption

 

Let us know in case any additional information is required. 

 

Best regards,

Olga. 

Olga Avis,

Thank you so much. It worked perfectly

Show all comments