Language Locale Mapping:
The LanguageLocaleMap entity associates a preferred language with a locale that can be used to select the relevant XSL template during the generation of communications.
The LanguageLocaleMap entity consists of two attributes which are basically a mapping between a language and a locale. The preferred language of a user is first matched with the language values in this and if a match is found, the locale is retrieved. This locale is then used to find out the correct communication template to be used by the batch to generate the communication.
Example For example, if James Smith, a correspondent (say a Person) has his preferred language set as English.
There would be a locale (such as en_US) associated with it in the LanguageLocaleMap entity. When the GenerateCommunications
batch process is run and the system needs to generate a proforma communication
for James Smith to indicate the event of Suspension of a case, it is generated using the corresponding XSL
template associated with the en_US locale.
|