ILOG JRules User Guide > Storing and Sharing Rules > Concepts > Rule Project Storage > File Types > Vocabulary Files

A vocabulary file (_<locale>.voc) is a key-value property file that stores the verbalization data for the BOM. There is one vocabulary file per locale, so a BOM entry can be associated with several vocabulary files. All the vocabulary files are published to Rule Team Server, 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})

Related Concepts

Rule Project Resources
Rule Project
Rule Team Server
Rule Project Sharing and Synchronizing
Guidelines for Sharing Repositories Between User Profiles
Guidelines for Synchronizing BOM Changes

Related Tasks

Checking out a Rule Project from a CVS Repository
Synchronizing Rule Projects
Setting Up a Rule Project