Ejemplo n.º 1
0
 private void updateLabels(Locale locale) {
   setTitle(I18n.trl("Change Language", locale));
   okayAction.putValue(Action.NAME, I18n.trl("OK", locale));
   cancelAction.putValue(Action.NAME, I18n.trl("Cancel", locale));
   helpTranslateLabel.setText(I18n.trl("Help Translate LimeWire", locale));
   showLanguageCheckbox.setText(I18n.trl("Show Language in status bar", locale));
 }