Add customization of default lang

But this script has to use this CustomNECDefaultLanguage somehow.

Dixtosa (talk)18:22, 25 September 2019

Yes of course.

What about this:

	if (typeof window.CustomNECDefaultLanguage == 'undefined') {
    // window.CustomNECDefaultLanguage is not defined, set to defaults
    window.CustomNECDefaultLanguage = 
    "en";
	}
    var neccode = window.CustomNECDefaultLanguage; // this replaces line 21
So9q (talk)19:36, 25 September 2019