I need to have label in different language. What is the best way of doing that? Formula fields? too much space
7 replies
-
Hmm.. Interesting use case. At least on the Mac App.. formula, text field seem to take up about the same amount of space (about 15 characters). I thought about free form text.. but it appears to take up MORE space..
-
This is high on our feature request list and a solution will be available with an upcoming update.
Birger
-
Only the button can shrink more than 4 dimentions. But on the other hand, the color is always gradient.
-
A while ago I already requested this in the CR-list. If you like this idea, there is an Up Vote button. Search # 1498.
-
Dear Birger H,
Dear Everyone,
How would you achieve above result today? Did that solution become eventually available?
Hope this message finds you well. Have a great day,Seba
-
Dear Birger H,
Dear Everyone,
How would you achieve above result today? Did that solution become eventually available?
Hope this message finds you well. Have a great day!! -
Labels can only be in one language, so you need to use formula fields to achieve this, positioned to the left of the input field with a hidden label.
If you have a language chooser with options:
1. English
2. French
The code inside the formula field to be used as a label would be:
switch Language do
case 1: "Name"
case 2: "Nom"
end
Content aside
- 3 yrs agoLast active
- 7Replies
- 1425Views