I found the codes of the 4 paragraphs. what should i change to have a different text for English(en_US) and different for Swedish ?
<!–begin cols content –>
<div class=”container clearfix”>
<div class=”one-half”>
<img src=”<?php echo of_get_option(‘sc_homecontent1img’) ?>” class=”img-align-left” alt=”<?php echo of_get_option(‘sc_homecontent1title’) ?>” />
<h3><?php echo of_get_option(‘sc_homecontent1title’) ?></h3>
<p><?php echo of_get_option(‘sc_homecontent1’) ?></p>
</div>
<div class=”one-half last”>
<img src=”<?php echo of_get_option(‘sc_homecontent2img’) ?>” class=”img-align-left” alt=”<?php echo of_get_option(‘sc_homecontent2title’) ?>” />
<h3><?php echo of_get_option(‘sc_homecontent2title’) ?></h3>
<p><?php echo of_get_option(‘sc_homecontent2’) ?></p>
</div>
</div>
<div class=”container clearfix”>
<div class=”one-half”>
<img src=”<?php echo of_get_option(‘sc_homecontent3img’) ?>” class=”img-align-left” alt=”<?php echo of_get_option(‘sc_homecontent3title’) ?>” />
<h3><?php echo of_get_option(‘sc_homecontent3title’) ?></h3>
<p><?php echo of_get_option(‘sc_homecontent3’) ?></p>
</div>
<div class=”one-half last”>
<img src=”<?php echo of_get_option(‘sc_homecontent4img’) ?>” class=”img-align-left” alt=”<?php echo of_get_option(‘sc_homecontent4title’) ?>” />
<h3><?php echo of_get_option(‘sc_homecontent4title’) ?></h3>
<p><?php echo of_get_option(‘sc_homecontent4’) ?></p>
</div>
<div class=”horizontal-line”> </div>
</div>
<!– end cols content –>