Hi Victor1 Yes, you can set the parameter $languageid, so for instance... $languageid=2; ...would set the second language. But it is better to set this parameter in the vsadmin/db_conn_open.php file so that the parameter is set BEFORE the "languagefile.php" include file.
Another way you can do this is change the languagefile.php include line itself. For instance if you wanted Spanish then you could change this line... include "vsadmin/inc/languagefile.php"; ...to this... include "vsadmin/inc/languagefile_es.php"; You would still need to set the $languageid parameter for the product text but you could then set it in the includes.php file as normal.
I have two folders for two languages and inside the respective vsadmin folders. When I configure the country in admin page one of them, this configuration becomes valid for the other and vice versa. I have not found way to individualize this configuration.