Documentation Center

merge_lang

Provides an HTML interface for merging differences between two languages, across or within the same skin.

Description

This is a more robust description of the API function.

Parameters

action
merge_lang
skin2
The name of the skin in which langres2 is located.
skin1
The name of the skin in which langres1 is located.
langres1
The filename of the source language resource.
langres2
The filename of the target language resource, which will recieve the modifications defined in the merge process.

Example URL

http://<host>:<port>/<context>/web/dev.xql?action=merge_lang&skin2=<value>&skin1=<value>&langres1=<value>&langres2=<value>

Successful Result

An HTML interface through which a user can see the visual differences between languages, and choose to merge specific items within the languages to resolve differences.

Failed Result

Accessing this API feature requires the "Develop app" permission, and the function will return a 401 Unauthorized (html/401unauthorized.html) page if the permission is not available.