Class Messages


  • public class Messages
    extends Object
    A utility class used for translating strings of the framework. The resource bundle has to be located in the com.flexganttfx.view package and must be called "messages.properties". Applications can customize the translations but adding the same package to their codebase.
    • Method Detail

      • getString

        public static String getString​(String key)
        Returns a translation for the given key.
        Parameters:
        key - the i18n key
        Returns:
        the translation