This namespace contains the special module functions for the Notification Event module.
Methods
-
(static) AddLanguage(LanguageID, Language) → {Bool}
-
This function add a new notification event language.
Parameters:
Name Type Description LanguageID
string short name of the language like es_MX. Language
string full name of the language like Spanish (Mexico). Returns:
Returns false to prevent event bubbling.- Type
- Bool
-
(static) Init()
-
This function initialize correctly all other function according to the local language.
-
(static) LanguageSelectionRebuild() → {Boolean}
-
This function rebuilds language selection, only show available languages.
Returns:
Returns true.- Type
- Boolean
-
(static) RemoveLanguage(Object)
-
This function removes a notification event language.
Parameters:
Name Type Description Object
jQueryObject JQuery object used to remove the language block