Hi,
I recently migrated web app from premise to Azure App service. Today users reported that there is issue with currency label accross all site. After troubleshooting - I found out that if I set culture for application to "lv-lv" in web.config, like this:
<globalization uiCulture="lv" culture="lv-lv" requestEncoding="utf-8" responseEncoding="utf-8" />
Then OLD Latvia's currency "Lats" or "Ls" is displayed as currency.
The correct currency is "Euro".
How to solve this?
Best regards,
Lauris