Last reviewed: 3/23/2024 8:34:36 AM

<RESOURCE>

A <RESOURCE> element defines that a grammar is located in a standard Windows Resource.

<GRAMMAR LANGID="409">
    <DEFINE>
        <ID NAME="ResourceID" VAL="2002"/>
    </DEFINE>
    <RULE ID="ResourceID" TOPLEVEL="ACTIVE">
        <RESOURCE NAME="AResource">
            <![CDATA[Hello]]>
        </RESOURCE>
        <PHRASE>World</PHRASE>
    </RULE>
</GRAMMAR>

Attributes

NAME

String identifier value for the resource ID.

Children

none

Parents

<RULE>