ActionPlansV4 icon indicating copy to clipboard operation
ActionPlansV4 copied to clipboard

Translations Components

Open FabioOnze opened this issue 9 months ago • 1 comments

Describe the bug Not all ActionPlan screen components are translatable. The Action Plan "Name" Label for example and the buttons cannot be translated using Salesforce's native feature, nor can the Workbench (at least I didn't find the option to do so).

To Reproduce

  1. Enable translation feature
  2. Enable a language other than English
  3. Click on the translate option
  4. Choose the component to be translated

Expected behavior It was expected that there would be an option to translate the save, save and new, cancel buttons, as well as the "Name" field and other resources that we cannot translate through the Salesforce resource.

Screenshots Image

  • Action Plans Version 4.3

  • Salesforce UI

  • [ ] Classic

  • [X ] Lightning Experience

  • Org Edition

  • [ ] Personal

  • [ ] Contact Manager

  • [ ] Professional

  • [X] Enterprise

  • [ ] Unlimited

  • [ ] Developer

FabioOnze avatar Jun 10 '25 15:06 FabioOnze

I don't see a way to translate this. The Visualforce is set up without hard-coding:

<apex:outputField value="{!ActionPlan__c.Name}" />

So the platform automatically puts the field label. If there is a way to translate the Name field, I don't know what it is.

dschach avatar Oct 24 '25 21:10 dschach