Should I create different databases for different languages of my app?

So my application is meant to be equally used between those of Arabic language and English language due to its religious purposes.

I don't want my users to be confused/annoyed when they see something they can't read, so I was thinking of creating a separate database, one for those of English language and one for those of Arabic language. This will keep the posts with the Arabic language separated from those of the English language. Only the users that have their language set to English will see the English posts others have created, and the same goes for the Arabic users.

This will be good but it could stop some users from seeing some content they might've wanted to see anyways. So should I implement this?