Salesforce Certified Platform Developer II — Question 49

When developing a Visualforce page that will be used by a global organization that does business in many languages and many currencies, which feature should be used? (Choose three.)

Answer options

Correct answer: A, B, D

Explanation

Custom Labels allow for the localization of text in different languages, making them essential for a global audience. The convertCurrency() function is necessary for handling different currencies in transactions. The Translation Workbench is crucial for managing translations of various components. Global Labels and getLocalCurrency() are not specifically designed for these tasks, making them less relevant.