I notice there's a %SELLNG% variable which tells me which language the user has selected in which to use the installer.

I want to present the licence agreement in that language. Currently I am presenting a file licence.rtf using the default method - putting the file name in the appropriate dialogue text as a compiler variable (which is different in fact for the evaluation release and the full release).

However, I would like to present different files (licence.es.rtf, licence.fr.rtf etc) for different languages according to the value of %SELLNG%. This is only known at run time, but the filename as defined in the dialogue seems to demand a compiler variable.

Is there a way around this?

Dave