Skip to content

can't change local  #186

@Alymbek

Description

@Alymbek

vue & vue-i18n version

"vue": "^3.0.2",
"vue-i18n": "^9.0.0-beta.6",
"@intlify/vue-i18n-loader": "^2.0.0-beta.1",

Reproduction Link

Steps to reproduce

as mentioned here - https://kazupon.github.io/vue-i18n/guide/locale.html

	methods: {
		changeLanguage: function (language) {
			this.$root.$i18n.locale = language;
		},
	},

What is Expected?

all messages should change to selected local

What is actually happening?

doesn't change

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions