This API provides information about the application
Docs:: https://docs.api.kunkun.sh/interfaces/ui.IApp
language()
import { app } from "@kksh/api/ui/worker";// orimport { app } from "@kksh/api/ui/iframe"; app.language().then((lang) => { console.log("Language:", lang);});