Page 1 of 1

In PHP please help with the following: When applying i18n/l10n process to dates, we realized that we should not use setl

Posted: Sat May 14, 2022 6:41 pm
by answerhappygod
In PHP please help with the following:
When applying i18n/l10n process to dates, we realized that we
should not use setlocale in our PHP applications to avoid
problems with multiple users from different cultures. Explain why
using setlocale is problematic (a one-line explanation is
enough).