downloadXLIFF() Method
In CatalogService, use the downloadXLIFF() method to download a translation file (XLIFF) in binary format from the catalog.
Signature
byte[] downloadXLIFF(String objectAbsolutePath, String locale, String userID, String password);
Parameters for downloadXLIFF() Method
Parameter | Description |
---|---|
String objectAbsolutePath |
The path to the XLIFF object to download. |
String locale |
The locale of the XLIFF object (for example, |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |