The LocalName()
function returns the local name of a given concept.
Syntax
LocalName(concept)
Returns
A text that contains the local name of a concept.
Parameters
concept
– a concept
Examples
LocalName('Fruit'.'Orange')
/* Returns "Orange" */