this.messages = messages;
initWidget(uiBinder.createAndBindUi(this));
descriptionLabel.setText(messages.changeSourceLangDescription());
sourceLangListBox = new LocaleListBox();
sourceLangListBox.setStyleName(style.sourceLangListBox());
sourceLangListBox.addChangeHandler(this);
flowPanel.add(sourceLangListBox);