I have the following code in my HTML resource:
<html>
<head>
<style>
button#editing_mode > text
{
...
content: "Switch To Expression Mode";
}
button#editing_mode:checked > text
{
...
content: "Switch To Visual Mode";
}
</style>
</head>
...
</html> |
Thus, the button text defined through CSS attribute. But, it seams Sisulizer can not detect such strings. So, the question is: Is it possible to translate HTML "as-is", without any parsing/detecting? Just modify the plain text, like in ResourceHacker, for example?
Or, may be some another ways to localize such strings is available?
I'm use the Sisulizer 2010 Enterprise edition (build 307), evaluation.
Last edited on Mon Aug 23rd, 2010 12:46 pm by iliyap77
|