Salesforce Formula to translate Month of the Year based on Quote Language
Budget: $25 – $50 USD
I need to display the language specific translation on the Quote. I tried using the quote language using it but it does not work. I am using Custom Labels for the translation. I just always receive the English translation. I also tried using my User language but that does not work.I know I am missing the Quote Language somewhere.
Here is the formula.
CASE(MONTH(SBQQ__EffectiveEndDate__c) ,
1, $Label.Month_January,
2, $Label.Month_February,
3, $Label.Month_March,
4, $Label.Month_April,
5, $Label.Month_May,
6, $Label.Month_June,
7, $Label.Month_July,
8, $Label.Month_August,
9, $Label.Month_September,
10,$Label.Month_October,
11,$Label.Month_November,
12,$Label.Month_December,
"None")
Here is the formula.
CASE(MONTH(SBQQ__EffectiveEndDate__c) ,
1, $Label.Month_January,
2, $Label.Month_February,
3, $Label.Month_March,
4, $Label.Month_April,
5, $Label.Month_May,
6, $Label.Month_June,
7, $Label.Month_July,
8, $Label.Month_August,
9, $Label.Month_September,
10,$Label.Month_October,
11,$Label.Month_November,
12,$Label.Month_December,
"None")
Related categories:
Translation
Excel
Salesforce.com
English (UK) Translator
Salesforce App Development