AddLanguage
Use this service to add a new language.
Required Parameters
| Parameter Key | Value Type | Parameter Description | 
|---|---|---|
| language | Alphanumeric string | 
               The name of the language to be added. Maximum length for strings is 10. These characters cannot be part of the language name: ._()|!/?@+=\\`'\"<>[]*&#$%{}^~ "  | 
            
| baseLanguage | Alphanumeric string | 
               The base language of the given language in parameter language, must be an existing language in langdef. Maximum length for strings is 10.  | 
            
| isInstalled | Boolean | 
               This parameter indicates if the language is currently installed. Fixed values are TRUE or FALSE.  | 
            
| isDialect | Boolean | 
               This parameter indicates if the language is a dialect. Fixed values are TRUE or FALSE.  | 
            
| renderDirection | Alphanumeric string | 
               This parameter indicates if the language will be displayed from right to left, or left to right. Fixed values are RTL and LTR.  |