java.lang.Object
com.flexganttfx.extras.util.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 Summary
-
Method Details
-
getString
Returns a translation for the given key.- Parameters:
key
- the i18n key- Returns:
- the translation
-