We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Vue3 integration misses the setLanguage function from the WebSDK (https://documentation.onesignal.com/docs/web-sdk-reference#setlanguage)
setLanguage
Chrome (Chromium)
macOS 14.6.1
const OneSignal = useOneSignal(); // not defined OneSignal.User.setLanguage('de')
Method from the WEB-SDK should also be supported in the Vue integration
The text was updated successfully, but these errors were encountered:
Hi @niklaswolf and thanks for reporting this issue. It looks like the User language methods are staged to be merged in https://github.com/OneSignal/onesignal-vue3/pull/47/files. I just need to do a bit of clean up first and then it will be ready to merge.
Sorry, something went wrong.
No branches or pull requests
What happened?
The Vue3 integration misses the
setLanguage
function from the WebSDK (https://documentation.onesignal.com/docs/web-sdk-reference#setlanguage)What browsers are you seeing the problem on?
Chrome (Chromium)
What operating system are you running?
macOS 14.6.1
Steps to reproduce?
What did you expect to happen?
Method from the WEB-SDK should also be supported in the Vue integration
Relevant log output
The text was updated successfully, but these errors were encountered: