PromptCultureModel interface  
Properties
| inline | 
	Culture Model's InlineOr. Example " or "  | 
| inline | 
	Culture Model's InlineOrMore. Example ", or "  | 
| locale | Culture Model's Locale. Example "en-US"  | 
| no | 
	Equivalent of "No" in Culture Model's Language. Example "No"  | 
| separator | Culture Model's InlineSeparator. Example ", "  | 
| yes | 
	Equivalent of "Yes" in Culture Model's Language. Example "Yes"  | 
Property Details
		inlineOr
	 
	Culture Model's InlineOr.
Example
" or "
inlineOr: string
				Property Value
string
		inlineOrMore
	 
	Culture Model's InlineOrMore.
Example
", or "
inlineOrMore: string
				Property Value
string
locale
Culture Model's Locale.
Example
"en-US"
locale: string
				Property Value
string
		noInLanguage
	 
	Equivalent of "No" in Culture Model's Language.
Example
"No"
noInLanguage: string
				Property Value
string
separator
Culture Model's InlineSeparator.
Example
", "
separator: string
				Property Value
string
		yesInLanguage
	 
	Equivalent of "Yes" in Culture Model's Language.
Example
"Yes"
yesInLanguage: string
				Property Value
string