Book Image

Salesforce Platform App Builder Certification Handbook

By : Siddhesh Kabe
Book Image

Salesforce Platform App Builder Certification Handbook

By: Siddhesh Kabe

Overview of this book

The Salesforce Certified Platform App Builder exam is for individuals who want to demonstrate their skills and knowledge in designing, building, and implementing custom applications using the declarative customization capabilities of Force.com. This book will build a strong foundation in Force.com to prepare you for the platform app builder certification exam. It will guide you through designing the interface while introducing the Lightning Process Builder. Next, we will implement business logic using various point and click features of Force.com. We will learn to manage data and create reports and dashboards. We will then learn to administer the force.com application by configuring the object-level, field-level, and record-level security. By the end of this book, you will be completely equipped to take the Platform App Builder certification exam.
Table of Contents (17 chapters)
Salesforce Platform App Builder Certification Handbook
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Preface
Index

Localization with the translation workbench


Another aspect of administering Salesforce is translating it into the local language of the user. Salesforce fully supports 18 languages and 17 end user languages. We can easily translate the entire app into one of the supported languages; however, if we need to localize the app in a custom language not available in the list, we use the translation workbench to manually translate it.

The Translation Workbench allows us to specify languages that we want to translate, assign translators to languages, create translations for an app, and override labels and translations from managed packages. Everything from custom picklist values to custom fields can be translated into the language.

To open the Translation Workbench, go to User name | Setup | Administration Setup | Translation Workbench, as shown in the following screenshot:

Setting up translation workbench

To begin with the translation workbench, we first need to enable it. Enabling the workbench makes...