Marco Gaiarin schrieb: > Sometimes writing recipes i go totally mad following the really stupid > microsoft practice to rename folders based on locale. > > Classical example: > > "%ALLUSERSPROFILE%\Menu Avvio\Programmi\Esecuzione Automatica" > > in italian, i think: > > "%ALLUSERSPROFILE%\Start Menu\Programs\Startup" > > in english. > > > Can be defined somewhere (in a XML?) a table that defines, for every > locale, some custom variables? Eg, something like: > > <variables> > <variable lcid="409,809,c09,2809,1009,2409,3c09,4009,3c09,4009,3809,1809,2009,4409,1409,3409,4809,1c09,2c09,3009"> > <string id="STARTUPFOLDER">%ALLUSERSPROFILE%\Start Menu\Programs\Startup</string> > <variable lcid="410,810"> > <string id="STARTUPFOLDER">%ALLUSERSPROFILE%\Menu Avvio\Programmi\Esecuzione Automatica</string> > > and use %STARTUPFOLDER% in recipes? Is there a website anywhere which describes every language possible? -- Tomasz Chmielewski http://wpkg.org |