Hello!
Im looking for a new source code editor. Have come to the point where I need something more powerful and professional.
The big issue is this:
We develop software in PHP. In our code we have language specific strings like:
echo "Enter your name:";
We would like to have som nice way to handle different languages (english, italian, german, french) for strings in some kind of library.
So we easy can change the language specific part to:
echo "Inserisci il tuo nome:";
Any suggestions?
/Dan