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

Function fireLanguageChange

packages/base/src/locale/languageChange.ts:16–18  ·  view source on GitHub ↗
(lang: string)

Source from the content-addressed store, hash-verified

14};
15
16const fireLanguageChange = (lang: string) => {
17 return eventProvider.fireEventAsync(LANG_CHANGE, lang);
18};
19
20export {
21 attachLanguageChange,

Callers 2

Language.tsFile · 0.85
setLanguageFunction · 0.85

Calls 1

fireEventAsyncMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…