我正在使用Anjlab v3库。我在游戏机上添加了商品。我声明了价格为TRY。第一次使用// add source to article
$htmlString = '<p style="font-size: 17px;">' . $valVal['source'] . ' vom ' . $valVal['date'] . '</p>';
// add title to article
$htmlString .= '<p style="font-size: 22px; text-align: left;">' . $valVal['title'] . '</p>';
// Add subtitle to article
if ($valVal['subtitle'] != '' && $valVal['subtitle'] != null) {
$htmlString .= '<p style="font-size: 13px; text-align: justify; padding: 0; margin: 0; font-weight: bold;">' . $valVal['subtitle'] . '</p>';
}
$this->pdf->writeHtml($htmlString . '<p><br></p>', true, false, false, false, '');
$htmlString = '';
$this->pdf->setEqualColumns(3, 57); // KEY PART - number of cols and width
$this->pdf->selectColumn(); // select proper column
// Add summary
if ($valVal['summary'] != '' && $valVal['summary'] != null) {
$htmlString .= '<p style="font-size: 13px;">Zusammenfassung:</p>';
$htmlString .= '<div class="article-summary" style="font-size: 13px; text-align: justify; padding-bottom: 0; margin-bottom: 0;">';
// if there are image captions, style them
if(preg_match("/(\<figcaption.*\>)(.*)(\<\/figcaption\>)/", $valVal['summary'])) {
$valVal['summary'] = preg_replace("/(\<figcaption.*\>)(.*)(\<\/figcaption\>)/", '$1<div style="background-color: #ffffff; font-size: 9px;">$2</div>$3', $valVal['summary']);
$valVal['summary'] = preg_replace("/<img([\w\W]+?)(\/|)>/", '<div style="text-align:center;">$0</div>', $valVal['summary']);
}
$htmlString .= $valVal['summary'];
$htmlString .= '</div>';
}
// build html string for the article's text
$htmlString .= '<p style="font-size: 13px; text-align: justify;">';
// if there are image captions, style them
if(preg_match("/(\<figcaption.*\>)(.*)(\<\/figcaption\>)/", $valVal['excerpt'])) {
$valVal['excerpt'] = preg_replace("/(\<figcaption.*\>)(.*)(\<\/figcaption\>)/", '$1<div style="background-color: #ffffff; font-size: 9px;">$2</div>$3', $valVal['excerpt']);
$valVal['excerpt'] = preg_replace("/<img([\w\W]+?)(\/|)>/", '<div style="text-align:center;">$0</div>', $valVal['excerpt']);
}
$htmlString .= $valVal['excerpt'];
$htmlString .= '</p>';
$this->writeHyphenatedHtml($htmlString); // the function uses the php library "Syllable" and then inserts the text via "WriteHtml" - this is not the issue, I've tested without the hyphenation
时,我测试价格为TRY我的本地货币是。但是我想知道它是否为用户显示本地货币?如果不是,我应该怎么做才能显示为用户本地货币的价格?
·€欧盟
·$,美国,加拿大
·等
我知道在打开Google Play购买对话框时会以本地货币显示。但是我要求在Textview中显示。
我的代码
<p>„AC/DC
bietet sich doch eigentlich fürs Klavier an“, kündigt Rüth im vollbesetzten Kammermusiksaal nach
knapp 100 überraschenden Konzertminuten die letzte Zugabe an.
„Oder Löwenzahn“
ergänzt ihre Bühnenkollegin Ming mit
koreanischen Wurzeln. Sie eröffnen
mit Johann Sebastian Bachs
„Toccata“ und treiben
sich gegenseitig an ihren Flügeln sitzend in den HardrockRhythmus der
australischen Rockband hinein.
„Thunderstruck“ von
AC/DC.
</p>
<figure id="attachment_620" style="width: 201px"
class="wp-caption alignnone">
<div
style="text-align:center;"><img
class="wp-image-620 size-full" src="
http://127.0.0.1/_project/wp-content/uploads/2019/01/bild-2.jpg"
alt="" width="201" height="245"
/></div>
<figcaption class="wp-caption-text">
<div style="background-color: #ffffff; font-size: 9px;">Die beiden
Musikerinnen nach der Show. (c)
Spiegel online
</div>
</figcaption>
</figure>
<p> Die beiden Musikerinnen spielen im Sitzen, im Stehen und im Liegen. Sie zupfen die
Saiten der beiden Flügel, sie benutzen sie als Percussions-Instrument
oder einfach nur als Ablage für ihre
</p>