Terms

From Pointui

This is a Global object. You must not create an instance of it as one is always available for your use.

Provides term substitution which can be used to support languages other than English and other forms of customization.

See also Term Substitution.

Methods

String Get(String term)

Returns either the original term supplied (if no alternative term is available), or the translated term if one is available. NOTE: terms are case sensitive.

void LoadFromFile(String termXmlFilename)

Imports terms from the xml file specified. If any of the terms imported had already been loaded previously then their translated value is overwritten with the new value from termXmlFilename.