Select to view content in your preferred language

Change language during runtime

1382
1
Jump to solution
04-30-2018 07:00 AM
CarstenAndersson
Regular 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
RobertScheitlin__GISP
MVP Emeritus
1 Reply
RobertScheitlin__GISP
MVP Emeritus