MCPcopy Create free account
hub / github.com/UI5/webcomponents / getLanguage

Function getLanguage

packages/base/src/InitialConfiguration.ts:63–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61};
62
63const getLanguage = () => {
64 initConfiguration();
65 return initialConfig.language;
66};
67
68/**
69 * Returns if the default language, that is inlined at build time,

Callers

nothing calls this directly

Calls 1

initConfigurationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…