Different view names based on value of a column

Hi there!

I need to make my app "multilanguage". What is meant is that user should have "switch language" toggle button and view names and column names in views should be translated to different language.

I've already implemented this toggle button as an enumerator value in "User Settings" view that has 2 values "French" and "English".

vshishporenok_2-1675753309964.png

 

This view shows up only to the user that is logged in and shows only his settings. In Google Sheets it is just a table with email and language columns. Example:

vshishporenok_1-1675753236263.png

 

Also, I've already implemented translation of column names based on the "language setting" that was set by user.

vshishporenok_3-1675753368837.png

 

But, I'm stuck at translation of view names. View names cannot be set as formulas unlike columns.

Maybe someone has already implemented something similar? 

 

 

Solved Solved
0 2 166
  • UX
1 ACCEPTED SOLUTION

2 REPLIES 2

Have you taken a look at the display name setting of views?

Suvrutt_Gurjar_0-1675756106620.png

The following tip may also be of interest to you

Multilingual Starter App w/ support for 106 Langua... - Google Cloud Community

Feature: Changing the language in your app (locali... - Google Cloud Community

 

 

Super, that is exactly what I need, thank you!

Top Labels in this Space