TableController - Internationalization

Issue #11 resolved
Michael created an issue

Currently the 'yes' and 'no' button text is fixed in the delete message dialog of the TableController.

                .yesOkButtonText("Delete")
                .noButtonText("Don't Delete")

Keys for i18n should be added to the resource bundle.

Should I create a pull request?

Comments (2)

  1. Log in to comment