Collections
Categories
Partners
Other
This app enables seamless integration for two key Salesforce localization formats:
Supported Salesforce Formats:
Custom Labels: Localize custom text labels used across your Salesforce applications, including help texts, button labels, error messages, and more.
Custom Object Translations: Translate metadata of custom objects, such as field labels, validation messages, picklist values, record type labels, and descriptions.
Attribute | Value |
---|---|
File Extension | .xml, .translation, .objectTranslation |
API Type | salesforce-localization-format |
Source can be edited in Crowdin | No |
Generating translated files via Bundles | Search Crowdin Store |
Supports pluralization | No |
WYSIWYG Preview in the editor | No |
Supported types of contextual information | Text comments, Screenshots, Live preview via SDK |
Custom attributes | No |
Existing translations import possibility | Key-value mapping |
<?xml version="1.0" encoding="UTF-8"?>
<Translations xmlns="http://soap.sforce.com/2006/04/metadata">
<customLabels>
<label>Save</label>
<name>btn_save</name>
</customLabels>
</Translations>
<?xml version="1.0" encoding="UTF-8"?>
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
<fields>
<label>Account Name</label>
<name>Account_Name__c</name>
</fields>
</CustomObjectTranslation>
Crowdin is a platform that helps you manage and translate content into different languages. Integrate Crowdin with your repo, CMS, or other systems. Source content is always up to date for your translators, and translated content is returned automatically.
Learn MoreReleased on Apr 9, 2025
Updated on Apr 17, 2025
Published by Crowdin
Identifier:salesforce-localization-format