if(_lang == 'ko',
set(hotspot.tag, ko);
show_hotspots();
if(hotspot.tag == 'ko',
for(set(i,0), i LT hotspot.count, inc(i),
set(hotspot[get(i)].visible,true);
calc(path, 'img/english/' + hotspot[get(i)].url);
set(hotspot[get(i)].url, get(path));
);
,
);
,
if(_lang == 'en',
,
);
);
This is done by adding the folder path before the path of the hotspot. thank you.