Localizing input parameter validation in Sterling™ Business Center
You cannot localize the validation rules that are used for validating the input requests, as each validation rule that is defined to validate the input request should validate the data in all the available locales. Therefore, you must define the validation rules that supports all the available locales.
The regular expressions used to validate the input requests supports all the characters and integers that are supported by both Java™ and JavaScript. These regular expressions can be overridden, and you can define a new set of regular expression which supports characters that are limited to a locale. However, Javascript does not support the use of special Unicode categories, but supports only Unicode ranges like \u0000-\u007F (Basic Latin). As a result, all the characters that are to be supported within a locale has to added in the Unicode range, which is understood by both Java and JavaScript.