Hi Uma Sharma,
how are you?

Your new version is very good. I like the features you have integrated in the new one. WOW language support...

nice. Parameters like "domainBoxText" or "registerP" nice. Very good. Your comp and the module is on the way to be unique and user friendly. That should it be.
How do you think about a further development? Who has made the translation into german? Not me

! Why not me

? OK you have to work on the output of special character in the german language.
You can do it with:
| Code: |
//Umlaute hier umwandeln
$output_in_german = str_replace('Ü','Ü',$output_in_german);
$output_in_german = str_replace('ü','ü',$output_in_german);
$output_in_german = str_replace('Ä','Ä',$output_in_german);
$output_in_german = str_replace('ä','ä',$output_in_german);
$output_in_german = str_replace('Ö','Ö',$output_in_german);
$output_in_german = str_replace('ö','ö',$output_in_german);
$output_in_german = str_replace('ß','ß',$output_in_german);
|
This part should be implemented in the next version - (I have hacked my version but this is not the final destination stadium of a real international comp and module. You have to work on that issue.
Well I´m looking forward for the next development stage of your tool. May be with a lot of more features.
PS:

Good work!
Greetings from Germany