How To Translate Folder Management Buttons and Dialogs

since 12.2

Available for Quoting, Rebates, Agreements & Promotions and Sales Compensation.

If you want to translate the labels of the Add folder and Move to buttons and the text of the Add or Move dialogs, you need to set translation keys as parameters in the header type definition for the Items tab. Then you define new labels for the translation keys on the Internationalization page in the User Override column.

Available Add Folder button and dialog internationalization string keys:

  • "addFolderField": "unity_clic_addFolder_field_override", – The label of the field where the user enters the new folder’s name. (1)

  • "addFolderTitle": "unity_clic_addFolder_title_override", – Add Folder button label and dialog title. (2)

  • "addFolderInside": "unity_clic_addFolder_create_inside_override", – Text in the info strip of the Add Folder dialog when a mew folder is created inside another folder. (3)

  • "addToNewFolderTitle": "unity_clic_addFolder_new_override", – Button label in the Select Products dialog for adding the selected product to a new folder.

HowToTranslateFolderButtons01.png

Available Move to button and dialog internationalization string keys:

  • "moveToFolderTitleSingle": "unity_clic_moveto_title_single_override", – Move to dialog title when moving a single item.

  • "moveToFolderTitleMultiple": "unity_clic_moveto_title_multiple_override" – Move to dialog title when moving multiple items.

Example

{ "name": "items", "type": "items", "parameters": { "addFolderField": "unity_clic_addFolder_field_override", "addFolderTitle": "unity_clic_addFolder_title_override", "addFolderInside": "unity_clic_addFolder_create_inside_override", "addToNewFolderTitle": "unity_clic_addFolder_new_override", "moveToFolderTitleSingle": "unity_clic_moveto_title_single_override", "moveToFolderTitleMultiple": "unity_clic_moveto_title_multiple_override" }, "translationKey": "sfdc_quotes_tabs_items" }

Found an issue in documentation? Write to us.