rk.XML.i18n: Create XML node "i18n" for RKWard plugins

View source: R/rk.XML.i18n.R

rk.XML.i18nR Documentation

Create XML node "i18n" for RKWard plugins

Description

Create XML node "i18n" for RKWard plugins

Usage

rk.XML.i18n(label, id.name = "auto", i18n = NULL)

Arguments

label

Character string, the label which is to be translated.

id.name

Character string, a unique ID for the new property. If "auto", an ID will be generated automatically from the label.

i18n

Either a character string or a named list with the optional elements context or comment, to give some i18n_context information for this node.

Value

An object of class XiMpLe.node.

See Also

rk.XML.logic and the Introduction to Writing Plugins for RKWard

Examples

test.i18n <- rk.XML.i18n(label="Label test")

rkward-community/rkwarddev documentation built on May 9, 2022, 3:02 p.m.