<br><br><div><span class="gmail_quote">On 10/26/07, <b class="gmail_sendername">Pascal Scheffers</b> &lt;<a href="mailto:pascal@scheffers.net">pascal@scheffers.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>&gt;&gt;Other than that, and only judging from the occasional arab, japanese,<br>&gt;&gt;chinese and hebrew website I see but cannot read, most just use roman<br>&gt;&gt;numerals like we do in left to right, most significant digit first.
</blockquote><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div>Is there a function that can do this conversion based on which .po file is being used?</div><div><br class="webkit-block-placeholder">
</div><div>In Java, I would use:</div><div><br class="webkit-block-placeholder"></div></div><blockquote class="webkit-indent-blockquote"><span class="Apple-style-span" style="font-family: &#39;Andale Mono&#39;; font-size: 11px; white-space: pre; ">
NumberFormat.getPercentInstance(Locale.US);</span></blockquote><div><div><font class="Apple-style-span" face="&#39;Andale Mono&#39;" size="3"><span class="Apple-style-span" style="font-size: 11px; white-space: pre;"><br class="webkit-block-placeholder">
</span></font></div><div>and</div><div><font class="Apple-style-span" face="&#39;Andale Mono&#39;" size="3"><span class="Apple-style-span" style="font-size: 11px; white-space: pre;"><br class="webkit-block-placeholder"></span>
</font></div></div><blockquote class="webkit-indent-blockquote"><span class="Apple-style-span" style="font-family: &#39;Andale Mono&#39;; font-size: 11px; white-space: pre; ">NumberFormat.getIntegerInstance(Locale.US);</span>
</blockquote><div><br>&nbsp;</div>