DisplayNameOptions
Syntax
object {
  type?,
  context?
}
Properties
type?: AltType- String to select a CLDR alternate form
 
context?: ContextType- Specify the context in which the string will be displayed
 
Defaults
{
  type: 'none',
  context: 'begin-sentence'
}