uploadXLIFF() Method
In CatalogService, use the uploadXLIFF() method to upload a translation file (XLIFF) to the catalog.
Signature
boolean uploadXLIFF(String objectAbsolutePath, byte[] xliffData, String locale, String userID, String password);
Parameters for uploadXLIFF() Method
Parameter | Description |
---|---|
String objectAbsolutePath |
The path to the XLIFF object to upload. |
byte[] xliffData |
The XLIFF fie to upload. |
String locale |
The locale to assign to the XLIFF (for example, |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |