The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
26 views

change Locale in Visualforce

Here we are discussing about localization in Visualforce, we know best practices that involve HOW to implement localization, Custom Labels and such. We are looking for a smart way to implement the ...
2
votes
1answer
28 views

Localization in Salesforce

Here we are discussing about localization in Visualforce, and we know these two solutions: 1) use cookies 2) use a parameter on the URL that specifies the language selected by the user Is there any ...
3
votes
1answer
40 views

Force.com IDE adds localized fields on sync?

I have a project that I keep in Git and use ant most of the time to deploy it to dev orgs and the production org where we create the package. When I sync the project with the development environment ...
5
votes
1answer
410 views

How to access the Organization “Currency Locale” ISO Locale code (NOT Currency code) in Apex/SOQL

First of all, before telling me that this is a duplicate of the previously-asked question "Display currency symbol", READ THE WHOLE QUESTION. Summary: I am trying to replicate the functionality of ...
5
votes
2answers
259 views

Default currency symbol

I'm looking for a way to get the Default currency symbol (in a none-multi-currency org) of the salesforce org locale (to have it displayed on a visualforce page in a field that can't be ...