Perhaps I have found the problem.

 

In the script ./ra/var/www/htdocs/pub/scripts/it_IT/ieCSR.vbs there is a line

 

********************************************************************************

else

                    set element = document.createElement("OPZIONI")

                    element.text = name

                    element.value = name

                    document.OPENCA.csp.add(element)

                    prov = prov + 1

                end if

            loop

            document.OPENCA.elements[0].focus()

*******************************************************************************

That should be

 

*******************************************************************************

else

                    set element = document.createElement("OPTION")

                    element.text = name

                    element.value = name

*******************************************************************************

 

 

Bye

 


Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Per conto di Alfonso Sparano
Inviato: venerdì 1 luglio 2005 16.38
A: [email protected]
Oggetto: [Openca-Users] Problem with smart card and italian language

 

Hi all, I’ve a problem with Italian language and CSR.

If I use English language I can chose between different Cryptographic device. In Italian language I can chose only “Default”.

 

Have anyone the same problem? What is the problem?

 

Regards, Alfonso Sparano

 

Reply via email to