Windows language?
How can i know if the Windows is in English or Spanish? i wanna make something like this:
if windows is in spanish:
var datosdeprogramas
Section "XXXXXXXX"
StrCpy $datosdeprogramas "Datos de Programa"
SetOutPath $PROFILE\$datosdeprogramas\XXX
File licencia.txt
SectionEnd
but if windows is in english:
Section "XXXXXXXX"
StrCpy $datosdeprogramas "Application dates"
SetOutPath $PROFILE\$datosdeprogramas\XXX
File licencia.txt
SectionEnd