mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-15 18:02:13 +00:00
client side i18n
This commit is contained in:
@@ -31,7 +31,7 @@ export async function setLanguageCookie(language: string) {
|
||||
// @ts-ignore
|
||||
return cookiesList.set({
|
||||
name: "NEXT_LOCALE",
|
||||
value: JSON.stringify(language),
|
||||
value: language,
|
||||
httpOnly: true,
|
||||
path: "/",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user