Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
const
fireLanguageChange = (lang: string) => {
17
return
eventProvider.fireEventAsync(LANG_CHANGE, lang);
18
};
19
20
export
{
21
attachLanguageChange,
Callers
2
Language.ts
File · 0.85
setLanguage
Function · 0.85
Calls
1
fireEventAsync
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…