The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.


<HTML>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>HiPi::Language</title></head>

<BODY TOPMARGIN=4 BGCOLOR=#FFFFFF TEXT=#000000 VLINK=#0000CC LINK=#0000CC ALINK=#0000CC>
<FONT FACE="Arial, Lucida, Helvetica" >

<TABLE WIDTH="100%" ALIGN=CENTER CELLPADDING=1 CELLSPACING=0>
<TR>
<TD WIDTH="100%" ALIGN=CENTER>


<A HREF="contents.htm"><img align=center src="home.png" BORDER=0 ALT="Contents"></A>


<A HREF="mod_util.htm"><img align=center src="up.png" BORDER=0 ALT="Up"></A>

<A HREF="mod_util_constant.htm"><img align=center src="back.png" BORDER=0 ALT="Previous"></A>

<A HREF="mod_util_utils.htm"><img align=center src="forward.png" BORDER=0 ALT="Next"></A>
</TD>
</TR>
<TR>
<TD COLSPAN=2 HEIGHT=2 BGCOLOR="#C0C0C0">
</TD>
</TR>
</TABLE>

<H2>HiPi::Language</H2><p>HiPi::Language Provides a wrapper around Wx support for gettext style translation.</p>
<p>Its purpose is to allow use of translation macros in code that may or may not be running with Wx loaded.</p>
<p>Exports <code>t, t_p </code>and <code>t_e</code> into your namespace</p>

<h3>Example Usage</h3> 
<pre>use HiPi::Language;

print t('Translated Text');
print t('Translated text with standard %s substitution', 'sprintf');

</pre>
</FONT>
<br>
<p>
<br>
<hr>
<br>
<center>
<A HREF="contents.htm"><img align=center src="home.png" BORDER=0 ALT="Contents"></A>


<A HREF="mod_util.htm"><img align=center src="up.png" BORDER=0 ALT="Up"></A>

<A HREF="mod_util_constant.htm"><img align=center src="back.png" BORDER=0 ALT="Previous"></A>

<A HREF="mod_util_utils.htm"><img align=center src="forward.png" BORDER=0 ALT="Next"></A>
</center>

<HR>
<br>
<center><FONT FACE="Arial, Lucida, Helvetica" size="2" color="#000080">HiPi Modules Copyright &#169; 2013 Mark Dootson</font></center>
</BODY></HTML>