Changing browser language setting does not change the word from i18n #1613
Answered
by
mengxi-ream
mengxi-ream
asked this question in
Q&A
-
I use https://wxt.dev/i18n.html and then start dev mode by But this won't affect my UI, my UI is still in English. What I did in code is just the code from https://wxt.dev/i18n.html export default defineConfig({
modules: ['@wxt-dev/i18n/module'],
manifest: {
default_locale: 'en',
},
});
import { i18n } from '#i18n';
i18n.t('helloWorld'); // "Hello world!" I have |
Beta Was this translation helpful? Give feedback.
Answered by
mengxi-ream
Apr 25, 2025
Replies: 1 comment 1 reply
-
I realize I can only change the language of my Mac System to change the language inside the web browser. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mengxi-ream
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I realize I can only change the language of my Mac System to change the language inside the web browser.