Interface ILocaleDisplayProvider


public interface ILocaleDisplayProvider
Marks an object as providing various displays for locale.
Author:
ralph
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDisplay​(java.util.Locale locale)
    Returns the display.
  • Method Details

    • getDisplay

      java.lang.String getDisplay​(java.util.Locale locale)
      Returns the display.
      Parameters:
      locale - locale object
      Returns:
      the display for the locale