set customer language to cookie

This commit is contained in:
Ibnu Maksum
2024-08-16 09:35:25 +07:00
parent d8a91ebda9
commit 5070cd9ed7
2 changed files with 24 additions and 0 deletions

View File

@ -134,6 +134,8 @@ if ((!empty($radius_user) && $config['radius_enable']) || _post('radius_enable')
// Check if the user has selected a language
if (!empty($_SESSION['user_language'])) {
$config['language'] = $_SESSION['user_language'];
}else if (!empty($_COOKIE['user_language'])) {
$config['language'] = $_COOKIE['user_language'];
}
if (empty($_SESSION['Lang'])) {