How is it possible to use the language from the user_metadata to use the correct language dictionary for the password reset page?
new Auth0ChangePassword({
    lang: 'en',
	 dict: {
            passwordPlaceholder: "New password",
            passwordConfirmationPlaceholder: "Confirm password",
.....