Class Locale

java.lang.Object
nl.sbdeveloper.vehiclesplus.locale.Locale

public class Locale extends Object
Locale class for getting translated messages
  • Method Details

    • getMessage

      public static String getMessage(PluginMessage key)
      Get a translated message
      Parameters:
      key - the key to the message
      Returns:
      the translated message string
    • getMessage

      public static String getMessage(PluginMessage key, Map<String,String> args)
      Get a translated message
      Parameters:
      key - the key to the message
      args - the arguments to the message
      Returns:
      the translated message string