Vocabulary files
A vocabulary file (_<locale>.voc)
is a key-value property file that stores the verbalization data for
the BOM.
You have one vocabulary file per locale, so a BOM entry can be associated with several vocabulary files. All the vocabulary files are published to Decision Center , which displays the rules in the user locale.
Here is an example of a _<locale>.voc file:
# MyClass
MyClass#label = my class
MyClass.attribute#sentence.action = set the attribute of {this} to {attribute}
MyClass.attribute#sentence.navigation = {attribute} of {this}
MyClass.method(float)#sentence.navigation = {this}.method({0})