> 1. Could you please check if "language change problem" > discovered by yourself exists at > > demo2.openca.info > > demo installation of ver.0.9.2.5.
I can change the language of your frontend on your bsd machine.
> 2. Also, a part of your patch
>
> + nl_putenv("LANG=$loc");
> + nl_putenv("LANGUAGE=$loc");
>
> may produce unpredictable results in a case, when
>
> (setlocale(LC_TIME, $loc));
>
> fails. (Which happens on some Unixes leading to the conflict
> between browser language setting and user language choice
> from the menu.)
>
> To cooperate with this situation, Julia
> has earlier put a constructs similar to the
> following:
>
> nl_putenv("LC_MESSAGES=$loc") if
> (setlocale(LC_MESSAGES, $loc));
>
> which works only in the case, when
> setlocale succeeds.
the problem is, that with debian linux setting LC_MESSAGES is not
enough. for a successfull language change i need these other 2
variables LANG and LANGUAGE.
the issue is also not completly solved, because my emails are
sent in wrong format (see on devel list)
Regards
Til
smime.p7s
Description: S/MIME cryptographic signature
