App
This API provides information about the application
Docs:: https://docs.api.kunkun.sh/interfaces/index.IApp
API
language()
: Get the language preference
import { app } from "@kksh/api/ui/template";
import { app } from "@kksh/api/ui/custom";
import { app } from "@kksh/api/headless";
app.language().then((lang) => { console.log("Language:", lang);});