Documentation Center

prep_merge_lang

Provides an HTML interface allowing a user to select a target skin and language into which to merge a given language.

Parameters

action
prep_merge_lang
skin1
The name of the skin in which the language resource resides.
langres
The filename of the language resource to merge.

Example URL

http://<host>:<port>/<context>/web/dev.xql?action=prep_merge_lang&skin1=<value>&langres=<value>

Successful Result

An HTML interface allowing the user to see the available merge options for this skin and language combination.

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.