With virtual host (ex. localhost/name1/name2/index.php) new nuUppySetLanguage() function doesn't work because it searches for the url localhost/core/libs/uppy/locales and not for localhost/name1/name2/core/libs/uppy/locales.
The row in nuform.js needs to be changed from:
$.getScript(`/core/libs/uppy/locales/${langResult.code}.min.js`...
to
$.getScript(`core/libs/uppy/locales/${langResult.code}.min.js`...
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.