Documentation Center

edit_lang

A HTML form interface allowing the user to modify specific language items within a skin.

Parameters

action
edit_lang
resskin
The name of the skin to modify.
langres
The filename of the langauge resource to modify.

Example URL

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

Successful Result

An HTML form that allows you to change the value of individual language items.

Failed Result

You cannot modify language items in the base skin. 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.