We use a NAS to generate reports automaticly.
But when the reports are printed they are printed in english.
But we want them in dutch.
How can i set the language of a NAS.
I already tried to set the global language variable during the start of the NAS
Realisations are only limited by the borders of imagination
0
Comments
You can set
GLOBALLANGUAGE(myLanguageID)
Take the value of myLanguageID from Table "WindowsLanguages"
Dont forget to copy the language directory (like in a normal client) in the nas directory.
Thomas