Component({ properties: { list: { type: Array } }, lifetimes: { attached: function () { getApp().globalData.Language.getLanguagePackage(this) } }, })