Mulit language support

In backendless is there any option for change language for fetching all content?

No. Internationalization is feature that you should implement by yourself for your app.
For example, create the table where one column contains data for particular language and then you may use objectId and a column name to retrieve text in a desired lang.

1 Like