Browse
 
Tools
Rss Categories

LVParseTree_GetLanguage

Reference Number: AA-00955 Views: 6764 0 Rating/ Voters

Returns the language identifier of the grammar that generated this tree.

Functions

  • const char* LVParseTree_GetLanguage(H_PARSE_TREE Tree)

Parameter

Tree

Handle to a parse tree.

Remarks

This function will always return an RFC 3066 language identifier, such as "en-US" for United States English, or "fr" for French.

See Also