Interface LangPropertyArgument

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getLangPropertyValue​(java.lang.String language)
      Retrieve the string value of this object in the specified language, when being used inside a language property.
    • Method Detail

      • getLangPropertyValue

        java.lang.String getLangPropertyValue​(java.lang.String language)
        Retrieve the string value of this object in the specified language, when being used inside a language property.
        Parameters:
        language - the ISO-639 language code to be used to retrieve the localized Object's name
        Returns:
        this object as a string value in the specified language