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
nishad basha 7nishad basha 7 

how to change the Account labels using visualforce page

Sagar PareekSagar Pareek
Did you mean , how to change field labels using visualforce page ?

Have you tried using <apex:outputLabel>?

https://www.salesforce.com/docs/developer/pages/Content/pages_compref_outputLabel.htm
nishad basha 7nishad basha 7
Hi,
Sagar Pareek
Give one example for that labels using visualforce page 
Mudasir WaniMudasir Wani
Dear Nishad,

If you want to change the label of Account and want to name it some other thing say SalesforceAccount.
Then follow the following steps.

Go to setup.
Then go to customize under built section.
Then click on "Tab Names and Labels" and then on "Rename Tabs and Labels".
And you will see the different Objects where you need to click edit against the Object whose label you want to edit.


Donot forget to select best answer to make our efforts visible in the developer forum.
Please mark this as solution by selecting it as best answer if this solves your problem, So that if anyone has this issue this post can help