You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Studio uses setSiteLanguage step to, well, set the site language. The language setting, however, is gone after restarting the site. This is because the language is set using await playground.defineConstant('WPLANG', language); which only affects the constants.json file, not any persistent site-related file. It seems like it would be more practical to set the wplang site option instead of a constant.