Localization with HTML-Tags
Posted
by poru
on Stack Overflow
See other posts from Stack Overflow
or by poru
Published on 2010-05-03T14:08:16Z
Indexed on
2010/05/03
14:18 UTC
Read the original article
Hit count: 319
Hello,
I wanted to localizate some texts in my Zend Framework applicaiton. There are some texts like:
Hello, I'm <a href="test.php" title="Title-Attribute" rel="test">a sample text</a>, greetings to all of you! :)
If there's no html in it, it's simple to localizate, but with HTML in it, how should I do it best?
© Stack Overflow or respective owner