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
SimrinSimrin 

Using Property file in Salesforce

Hello,

There are hard voded text on my visualforce page.
like
<apex:outputText value="Validity" />
I want to put "Validity" in a property file and use the property file.
I want to put all text in visualforce page, that can be modified.

How can i do it in salesfforce

 
Best Answer chosen by Simrin
Jayant JadhavJayant Jadhav
@Simrin,

You can achive this by using custom lable in SFDC.

Plz try this.

http://www.infallibletechie.com/2012/11/how-to-use-custom-labels-in-visualforce.html

All Answers

Jayant JadhavJayant Jadhav
@Simrin,

You can achive this by using custom lable in SFDC.

Plz try this.

http://www.infallibletechie.com/2012/11/how-to-use-custom-labels-in-visualforce.html
This was selected as the best answer
Jayant JadhavJayant Jadhav
Can you plz post your code.