Change language during runtime

1129
1
Jump to solution
04-30-2018 07:00 AM
CarstenAndersson
Occasional Contributor

I can configure a desired language for my widgets by setting the variable on the dojoConfig like so:

var dojoConfig = {
   locale: "da"

}

But is it possible to change it in runtime mode, meaning when the application is running? And preferably without having to refresh the page

0 Kudos
1 Solution

Accepted Solutions
1 Reply
RobertScheitlin__GISP
MVP Emeritus