The translation tag has no wiki summary.
2
votes
0answers
44 views
Translate picklist value in PageBlock title
We are using
<apex:pageBlock title="{account.MyField__c}">
where MyField is a picklist with the corresponding translations. The problem is that the picklist value is not translated to the ...
2
votes
1answer
21 views
Is there a way or a trick to set article translations to draft status in mass?
When you look at the published article translations on the Article Management tab, there is no way to mass edit them, there doesn't seem to be a way to set them to draft status unless you go one by ...
3
votes
1answer
53 views
Describe/use picklist values in specific language, not the User's language
This Salesforce org includes English and Italian versions of field labels and picklist value labels. This works find within the UI, and for most purposes. However, we have a custom CSV upload page ...
2
votes
1answer
99 views
Can I query the translated value and return the key in translation workbench?
Here is a breakdown of the problem I am trying to solve.
In a web to lead form we are updating a custom picklist field on the record based on inputs from the form. The value is coming back in the ...
2
votes
1answer
175 views
Assign language Value dynamically in Visualforce page
I am trying to assign the language dynamically in a Visualforce page which I have specified in controller. Right now it is hard coded as
<apex:page language="de">
........
</apex:page>
...
2
votes
1answer
85 views
Controlling language in salesforce
I have a custom object on which I have few fields and I successfully uploaded managed package which includes the custom object. Now I want to have the field labels for this object's fields appear in ...
0
votes
1answer
143 views
How to Automate Translation
We need a way to copy English translations of picklist labels into other languages. Given a picklist on the Opportunity object with values Y and N translated as follows:
Value EN_us DE ...
9
votes
2answers
159 views
Custom Labels In Force.com Site
I have enabled Translations, with languages English and Russian. I have made one Custom Label and added a Russian translation. I have added that Custom Label to my Force.com Site. What do I need to ...
