class SceneFive extends React.Component{ constructor(props){ super(props); this.state={ } } render(){ let text= SceneFiveOptions(this.props.language) const iteration_contact = text["contact_info"].map(i => { return

{i}

}) return(

{text["title_five_text"][0]}

{iteration_contact}
{text["privacy"][0]} {text["quality"][0]} {text["fiscal"][0]}
) } }