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!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.