Sample package.xml to retrieve Translation for Custom App using Apache ANT Tool in Salesforce

Sample package.xml to retrieve Translation for Custom App using Apache ANT Tool in Salesforce

pacakge.xml:
    <types>
        <members>*</members>
        <name>Translations</name>
    </types>

    <types>
        <members>LeadGen</members>
        <name>CustomApplication</name>
    </types>

 
Using above, we can retrieve the Translation used for the Custom Application “LeadGen”.
 
Folder Name will be “translations”.
 
Translation will be wrapped inside “customApplications” tags. 

Leave a Reply