Multi language support

I am trying to build an app where users can select the language and the whole app will be translated to the selected language as per usersettings(language). So I have a concern about the download button. will it give me the data in the csv file as per the usersettings(language) or will it show the data in English.  Can anyone help me with this. is there any way I can change the data in the csv as per the selection of the language.

Example. if the selected language is french , will data in the csv be translated to french or will it still be in english. can we achieve this? 

 

0 1 51
1 REPLY 1

If you haven't yet, check out the Multilingual Starter App.  It has and example table in it of how you would translate to other languages.  You will need to extend this concept to all of the displayable columns in your tables.  Certainly achievable.

Top Labels in this Space