Greetings, Steffen Macke!

> If you're sure that you've selected translations, but Dia still doesn't
> start in Italian language, there's something wrong
> with the language detection code. In that case, please download 
> http://dia-installer.de/src/dia_it.bat and save the file in the bin
> folder of your Dia installation (next to diaw.exe). Use dia_it.bat to 
> start Dia - it'll force the use of Italian translations.
> If all this doesn' help, please contact us again.

Please change your batch file to something like

@ECHO OFF
SET LANG=it
"%~dp0\diaw.exe" --integrated
EXIT

I would also suggest changing extension to .CMD, but it's more of my personal
preference, than a necessity.
I'm using two different batch interpreters, and while .bat extension is
somewhat ambiguous between the two, the .cmd one is always executed by Windows
CMD.EXE interpreter.


--
WBR,
Andrey Repin (anrdae...@freemail.ru) 16.09.2012, <21:05>

Sorry for my terrible english...

_______________________________________________
dia-list mailing list
dia-list@gnome.org
https://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://live.gnome.org/Dia/Faq
Main page at http://live.gnome.org/Dia

Reply via email to