18 package org.turro.contacts.zul.label;
20 import org.turro.string.Strings;
21 import org.turro.contacts.Comment;
22 import org.turro.contacts.Contact;
23 import org.turro.elephant.context.Application;
24 import org.zkoss.zk.ui.ext.AfterCompose;
25 import org.zkoss.zul.Label;
41 this.contact = contact;
57 if(!Strings.isBlank(c.getComment()) && c.getComment().startsWith(lang)) {
58 setValue(c.getComment().substring(lang.length()));
63 if(Strings.isBlank(getValue())) {
67 if(!Strings.isBlank(c.getComment()) && c.getComment().startsWith(lang)) {
68 setValue(c.getComment().substring(lang.length()));
static Locale getUsedLocale()