Hi!
I tried to find an answer to this everywhere but no success. But it must be a common issue I guess ....
We have a english PHP web project with many PHP source code files
Now we want to translate the whole project inte 3 new languages (swedish/italian/spanish)
I'm looking for nice a source code editor with support for many languages.
I guess I want to "tag" some text in the source code as "plain text" so it's language can be changed (english/swedish/ ....)
An example might explain better
function MyEcho() {
echo "Soccer is booring";
}
I want to tag "Soccer is booring" so that I can maintain a dictionary that this tag should be translated to "Fotboll är tråkigt" in swedish
Diffcult to explain .... but I hope you understand
anyway this must be a very common wish
Thanks in advance!
/Dan