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
nagendra kumar 21nagendra kumar 21 

How do i Translate/Edit Standard Label Name "ERROR" on VFP.

Hello  Everyone.
Could any one please suggest me how can i translate/Edit  "ERROR"  word on the page??? 
In the provided image you can see that ERROR word in Red color i need to change that to Plosih word.
RED colored Error Word need to be change to POLISH word.
KaranrajKaranraj
Its look like custom error message in visualforce, check your apex controller class you will have addMessage method, there you can modify your error message 
Apexpages.addMessage(new ApexPages.Message(ApexPages.Severity.INFO,''+'No records to Display"'));
nagendra kumar 21nagendra kumar 21
Hi Karan...Thanks for the reply. My issue is I need the 'Error' word to be translated to Polish (błąd) . It should be something like this:

'błąd: To konto już istnieje, a to prowadzić nie mogą być konwertowane'
Avinash BarolaAvinash Barola
Hi nagendra kumar 21 

Have you find any way to translate this standard Error.

Many Thanks
Avinash Barola