8687888990919293949596
try { if (this.tool == null) { this.tool = new CustomLocalizationTool(); this.tool.init(data); } ConcreteElement result = null; String def = this.alt != null && this.alt.trim().length() > 0 ? this.alt : this.key;
124125126127128129130131132133134