39.1 APPLY_XLIFF_DOCUMENT Procedure
This procedure applies the specified XLIFF document for the specified language to the translation repository.
Syntax
APEX_LANG.APPLY_XLIFF_DOCUMENT (
p_application_id IN NUMBER,
p_language IN VARCHAR2,
p_document IN CLOB )
Parameters
Parameter | Description |
---|---|
p_application_id |
Application ID of the primary application. |
p_language |
The IANA language code for the existing translation mapping (such as en-us , fr-ca , ja , he ).
|
p_document |
The XLIFF document containing the translation. |
Parent topic: APEX_LANG