Interface LanguageMessageProvider

All Known Implementing Classes:
SdkMessage, UtilMessage

public interface LanguageMessageProvider
An object that implements this interface defines a message that can be translated into a string based on FUN context locale. The path of a message represents its position into the JSON file translation; "a.b.c" provides access to the value at keys `a`, `b`, and `c` and returns the values specified ad key `c` as string.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details