In the screenshot below, I added commas in the Power Apps editor while working in the India region.
Switch(UnitLabel.Text,"kg",
"1",
"gal",
"1",
"l",
Value(LookUp(UnitConversion,Unit="l",gal)),
"g",
Value(LookUp(UnitConversion,Unit="g",kg)),
"lb",
Value(LookUp(UnitConversion,Unit="lb",kg)),
"t",
Value(LookUp(UnitConversion,Unit="t",kg)),
"ton",
Value(LookUp(UnitConversion,Unit="ton",kg)),
"oz"
)
However, when users in Mexico open the same code, semicolons are displayed instead of commas (see screenshot below), leading to incorrect calculations


Report
All responses (
Answers (