if (!languageCode.equals("en")) {
link += "locale=" + languageCode + "&";
}
}
if (themeBox.getValue() == null) {
SimpleComboValue <ThemeData> val = themeBox.findModel(new ThemeData("n", "blue"));
themeBox.setValue(val);
}
String themeCode = themeBox.getValue().getValue().getId();
if (themeCode != null && !themeCode.isEmpty()) {
link += "theme=" + themeCode + "&";