<?php
set_include_path("./includes");
include("header.php");
?>
<div class="container_12 up">
<div class="content-body text4">
<h1>BRIDGING THE LANGUAGE GAP</h1>
<p>
One of the most frustrating things is not being able to express what you are saying; it is even harder when it comes to technical terms. For example, a filter is in Chinese is written 头, which literally translates into mushroom head. Examples like this just scratch the surface of the headaches one will encounter when dealing with business in a different language and culture. Our staff memberss have lived, studied, and worked in both countries and are able to make these difficult translations seamless for you.</p>
</div><!-- content-body -->
<?php
include("footer.php");
?>
