Overview

Specifies a single locale-specific value of an LString.

Members

Name Type Required Description

locale

string

Locale for which value applies.

value

string

Locale specific value.

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:lValue xsi:type="obh:lValue" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <locale>your_string_0</locale>
        <value>your_string_0</value>
</obh:lValue>

Referenced By Representaions