Quote from: HariZ on March 20, 2002, 03:14:08 PMMy question: How do I set the forum so that he will pick the correct Dutch names of months/weeks?
In this support forum, I also have set the dutch.lng in my profile, but overhere, the forum DOES display the right name... 
The board here is not 1.1.0 any longer, but 1.3.x. The versions 1.1.0 and 1.3.x translate the weekday names in a different manner. Release 1.1.0 requires that this line in the language file:
$locale = "xx_XX";is containing the proper value for your national locales, and furthermore that this locales are installed on your webhost. Since some people had the problem that their nationale locales are not installed on their webhosts. If not installed, you will not see weekday names in your language.
For 1.3.0 the weekday names are taken directly from the language file.
Examples for locale strings in the language file:
English: $locale = "en_US";
German: $locale = "de_DE";
The current dutch.lng on this
yabb.info site here is containing a wrong value, namely: $locale = "nl";
which is wrong. The correct locale would have the shape "xx_XX".