@hasankayman,
<blockquote>I have created Language switcher. It works fine. My problem is how to see both two flags horizontally instead of having only one flag and when you click it you see two flags in opening submenu.</blockquote>
You need backup your site, and rename the mod_languages folder in the templatesja_bizhtml path.
Then create a new css file named: custom.css in the templatesja_bizcss path and add following rule:
[PHP].languageswitcher-block .mod-languages {
width: auto;
}
div.mod-languages ul.lang-inline li {
display: inline-block;
margin-top: 8px;
}[/PHP]