albo
Results
1
comments of
albo
After a year later... I changed initialSetLocale() to follow the developer choice, not the client configuration ` function initialSetLocale() { setLocale(cookieStore && cookieStore.get(localeConf.cookieName) ? cookieStore.get(localeConf.cookieName) : /* getPreferredBrowserLanguage() */ localeConf.defaultLocale);...