Dear All,
Can we use alias name for field labels in multilanguage database.
I have one database which is in English and French, I have used enviuorment variable n set variable language. In field I have written formula that if @If(@Environment(“Langsetting”)=“Franch”;“Franch label”;English Label).
But the problem is there are lots of label fields are present and in some positions same label used 2-3 times… and some times those fields do not get refresh then labels do not come.
Made these fields “Computed for display” (previously we kept as computed but same refresh problem we changed), tried with computed text.
Is there any way that we can use alias name in those fields for Label so that in repeated label fields we can use alias.
Thanks in advance.