You need to sign in to do that
Don't have an account?

Resource bundle in salesforce
Hi,
Do we have anything like resource bundle in salesforce like we have in java, where I can keep all my replacement strings / constants.
If yes can you give me the example. I want to access those replacement values from apex code.
If not what is the alternative way for doing this ?
Thanks,
Abhishek
Do we have anything like resource bundle in salesforce like we have in java, where I can keep all my replacement strings / constants.
If yes can you give me the example. I want to access those replacement values from apex code.
If not what is the alternative way for doing this ?
Thanks,
Abhishek
For more details on Static resource please visit :
https://www.salesforce.com/us/developer/docs/pages/Content/pages_resources_create.htm
You can use Static Resources for that purpose.