Felix, try again. You should simply specify the language (s) that you want to use on the page at load time, in a tag that includes dojo.js. Then there is no need to mention this elsewhere if you do not want to support multiple locales on the page using djConfig.extraLocale
<SCRIPT TYPE="text/javascript" SRC="http://ajax.googleapis.com/ajax/libs/dojo/1.4/dojo/dojo.xd.js" djConfig="locale: 'nl'">
If you do not specify this, the default locale will use navigator.language, which is the installed language of your browser. Leaving the "locale" argument outside the format call, you usually want to do this. Then it will simply raise the default value for this page.
source share