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

Method getI18n

packages/base/src/UI5ElementMetadata.ts:326–331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

324 }
325
326 getI18n(): I18nBundleAccessors {
327 if (!this.metadata.i18n) {
328 this.metadata.i18n = {};
329 }
330 return this.metadata.i18n;
331 }
332}
333
334const validateSingleSlot = (value: Node, slotData: Slot) => {

Callers 2

fetchI18nBundlesFunction · 0.80
defineSequenceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected