Multilanguage abstracts OJS

Good afternoon,

I want the system to show the abstracts in three languages (Portuguese, English and Spanish), not at the same time, necessary. I have already habilited them UI, Submissions and Forms, but the Spanish one is never showed up, not even when i change languages at the menu.

Is it possible to show the spanish abstract?

thanks

Hi @beatrizteodoro,

To debug this, the best approach is probably to look in the article_settings table in the database to see what’s there. Try:

SELECT locale, setting_value FROM article_settings WHERE setting_name = 'abstract' AND article_id = 123

…where 123 is the ID of the article.

Regards,
Alec Smecher
Public Knowledge Project Team