function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sascha LöfflerSascha Löffler 

Picklist values and translations in Validation Rules

Hi, 

i'm just wondering how salesforce deals with picklist values and translations in formulas / validation rules. 
So for example we have an org with multiple languages and different validation rules that contains different functions. 

What i've found out is that the TEXT() function only validates the exact text within this function, so the validation rule will not work in other languages if the picklist value is translated.
If I use ISPICKVAL() the function is validating for translations.

But what abou CASE and other functions?
Is there any overview about the functions and how they deal with translation of picklist values?

Thanks in advance