Hi Team,
I used to run a translate for each data column name from English to French in case end-users opt for one of them with this code > IF([_THISUSER].[Language Option] = “French”, “Nom” , “Last Name”)
I was wondering how to do same for the column data parameters ‘enum type’ for each listed item. use case scenario is . user A access app , opt for French , all translated except the items listed under column with enum or enumlist so user A ends up by not understanding listed items in columns.
Hope its clear. Is there a way to fix this ? Please help.
Thanks !
