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