Updating Help for 'Domain Specific Controls'

The address elements for a particular type of address would be a good example of a Domain Specific Control. The field elements that are displayed on a page in the application depend on the locale that is specified. For instance the format of the address elements displayed for an address in the US would be different from those displayed in the UK. For this reason, the online help cannot be specified for each of the elements within an address. For example, in the 'Register Employer' page in the application there is a registered address and a business address. The name of the properties file which relates to this page is Employer_registerView.properties . In order to update the online help regarding the Employer's business address and registered we could add help properties as follows:

# ADDING HELP HERE FOR REGISTERED ADDRESS
Field.Label.RegisteredAddress.Help=The Employer can enter their registered address in the fields displayed. The format of the
Employers registered address will depend on the Country in which they reside.
Field.Label.BusinessAddress=Business Address
# ADDING HELP HERE FOR BUSINESS ADDRESS
Field.Label.BusinessAddress.Help=The Employer can enter their business address in the fields displayed. The format of the
Employers business address will depend on the Country in which they reside.