We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ece662 commit 8d03fc9Copy full SHA for 8d03fc9
client/packages/lowcoder-design/src/util/language.ts
@@ -0,0 +1,2 @@
1
+export const isEditor = () => window.location.href.includes("edit") ? "edit" : window.location.href.includes("view") ? "view" : "admin"
2
+export const getLanguage = () => localStorage.getItem('lowcoder_uiLanguage')
0 commit comments