Oh, I'll just bump this thread, rather than start a new one. I see the last 5 or 6 threads are me asking for help anyways.

OK, the language flags on the top of any of our sites. I joined opencaching.us the day of it's official release in 2010, but I didn't become an admin until 2013. I'm going to guess I didn't know what the flags were for for at least a year! And we only had Poland and the United States at the time anyways, I have since added Spain and France (not for Spain and France, but for Mexico, and the Canadian province of Quebec).
Opencaching.de has the word "Language:" in front of the flags. Could I do that? Here's a code snippet:
<!-- HEADER -->
<!-- OC-Logo -->
<div><img src="./images/V2B68x64.jpg" alt="" style="margin-top:3px; margin-left:3px;" /></div>
<!-- Sitename -->
<div class="site-name">
<p class="title"><a href="index.php">OPENCACHING</a></p>
<p class="subtitle"><a href="index.php">Geocaching in North America</a></p>
</div>
<!-- Flag navigations -->
<div class="navflag-container">
<div class="navflag">
<ul>
{language_flags}
</ul>
</div>
</div>