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
Maros SitkoMaros Sitko 

Retrieve Custom Labels Translation for Russian language

Hi,

 

I have visualforce page in Sites, where I am using custom lables. English, Germen and Spanish languages works ok, but Russian with azbuka characters is not shown. In stead of it, English translation is shown. Do you have any suggestion?

 

example of using

<h2>{!$Label.title}</h2>

 

of couser I tried <apex:outputText value="{!$Label.title}"/>

and {!$Label['title']}

Kamatchi Devi SargunanathanKamatchi Devi Sargunanathan
Check whether you have applied translation setting for that field or not?

Hope so this helps you...!

Please mark this answer a Solution and please give kudos by clicking on the star icon, if you found this answer as helpful.

Maros SitkoMaros Sitko
It is not field, is't Custom Label (Setup->Create->Custom Label). I have Russian allowed in Company Profile->Language Settings