[Issue]: Changing preferred display language does nothing #5273

Closed
opened 2025-12-22 01:26:26 +01:00 by backuprepo · 1 comment
Owner

Originally created by @W-KE on GitHub (Nov 29, 2023).

Please describe your bug

When switching preferred display language, ui does not change display language after the language is updated.

Jellyfin Version

Other

if other:

10.8.12

Environment

- OS:Ubuntu Server 22.04 LTS
- Linux Kernel:5.15.0-89-generic
- Virtualization:Docker
- Clients:Browser
- Browser:Chrome 119
- FFmpeg Version:Jellyfin builtin ffmpeg
- Playback Method:Transcode
- Hardware Acceleration:none
- GPU Model:none
- Plugins:default plugins
- Reverse Proxy:nginx
- Base URL:none
- Networking:Bridge
- Storage:local,NFS

Jellyfin logs

[2023-11-29 09:45:24.560 +00:00] [INF] [62] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2023-11-29 09:45:24.561 +00:00] [INF] [62] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
[2023-11-29 09:45:26.335 +00:00] [INF] [35] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" closed
[2023-11-29 09:45:26.703 +00:00] [INF] [26] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" request
[2023-11-29 09:45:29.870 +00:00] [INF] [98] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2023-11-29 09:45:29.870 +00:00] [INF] [98] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
[2023-11-29 09:45:31.482 +00:00] [INF] [50] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" closed
[2023-11-29 09:45:31.708 +00:00] [INF] [57] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" request
[2023-11-29 09:45:34.878 +00:00] [INF] [98] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2023-11-29 09:45:34.878 +00:00] [INF] [98] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
[2023-11-29 09:45:36.142 +00:00] [INF] [98] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" closed
[2023-11-29 09:45:36.364 +00:00] [INF] [98] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" request
[2023-11-29 09:45:44.846 +00:00] [INF] [84] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2023-11-29 09:45:44.846 +00:00] [INF] [84] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
[2023-11-29 09:45:46.254 +00:00] [INF] [101] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" closed
[2023-11-29 09:45:46.472 +00:00] [INF] [101] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" request
[2023-11-29 09:45:50.155 +00:00] [INF] [32] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2023-11-29 09:45:50.156 +00:00] [INF] [32] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
[2023-11-29 09:45:51.484 +00:00] [INF] [84] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" closed
[2023-11-29 09:45:51.700 +00:00] [INF] [32] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" request
[2023-11-29 09:50:15.327 +00:00] [INF] [83] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2023-11-29 09:50:27.328 +00:00] [INF] [83] Emby.Server.Implementations.Session.SessionWebSocketListener: Lost 1 WebSockets.
[2023-11-29 09:54:04.280 +00:00] [INF] [28] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2023-11-29 09:54:04.280 +00:00] [INF] [28] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
[2023-11-29 09:54:06.624 +00:00] [INF] [119] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" closed
[2023-11-29 09:54:06.979 +00:00] [INF] [119] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" request

FFmpeg logs

No response

Please attach any browser or client logs here

No response

Please attach any screenshots here

image

Code of Conduct

  • I agree to follow this project's Code of Conduct
Originally created by @W-KE on GitHub (Nov 29, 2023). ### Please describe your bug When switching preferred display language, ui does not change display language after the language is updated. ### Jellyfin Version Other ### if other: 10.8.12 ### Environment ```markdown - OS:Ubuntu Server 22.04 LTS - Linux Kernel:5.15.0-89-generic - Virtualization:Docker - Clients:Browser - Browser:Chrome 119 - FFmpeg Version:Jellyfin builtin ffmpeg - Playback Method:Transcode - Hardware Acceleration:none - GPU Model:none - Plugins:default plugins - Reverse Proxy:nginx - Base URL:none - Networking:Bridge - Storage:local,NFS ``` ### Jellyfin logs ```shell [2023-11-29 09:45:24.560 +00:00] [INF] [62] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration [2023-11-29 09:45:24.561 +00:00] [INF] [62] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache" [2023-11-29 09:45:26.335 +00:00] [INF] [35] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" closed [2023-11-29 09:45:26.703 +00:00] [INF] [26] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" request [2023-11-29 09:45:29.870 +00:00] [INF] [98] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration [2023-11-29 09:45:29.870 +00:00] [INF] [98] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache" [2023-11-29 09:45:31.482 +00:00] [INF] [50] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" closed [2023-11-29 09:45:31.708 +00:00] [INF] [57] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" request [2023-11-29 09:45:34.878 +00:00] [INF] [98] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration [2023-11-29 09:45:34.878 +00:00] [INF] [98] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache" [2023-11-29 09:45:36.142 +00:00] [INF] [98] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" closed [2023-11-29 09:45:36.364 +00:00] [INF] [98] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" request [2023-11-29 09:45:44.846 +00:00] [INF] [84] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration [2023-11-29 09:45:44.846 +00:00] [INF] [84] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache" [2023-11-29 09:45:46.254 +00:00] [INF] [101] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" closed [2023-11-29 09:45:46.472 +00:00] [INF] [101] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" request [2023-11-29 09:45:50.155 +00:00] [INF] [32] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration [2023-11-29 09:45:50.156 +00:00] [INF] [32] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache" [2023-11-29 09:45:51.484 +00:00] [INF] [84] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" closed [2023-11-29 09:45:51.700 +00:00] [INF] [32] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" request [2023-11-29 09:50:15.327 +00:00] [INF] [83] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets. [2023-11-29 09:50:27.328 +00:00] [INF] [83] Emby.Server.Implementations.Session.SessionWebSocketListener: Lost 1 WebSockets. [2023-11-29 09:54:04.280 +00:00] [INF] [28] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration [2023-11-29 09:54:04.280 +00:00] [INF] [28] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache" [2023-11-29 09:54:06.624 +00:00] [INF] [119] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" closed [2023-11-29 09:54:06.979 +00:00] [INF] [119] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "2404:4400:41fc:2100:cd4f:4e8f:2c62:27d" request ``` ### FFmpeg logs _No response_ ### Please attach any browser or client logs here _No response_ ### Please attach any screenshots here <img width="848" alt="image" src="https://github.com/jellyfin/jellyfin/assets/19321302/040d437e-efd4-4a64-9861-0aedd210979f"> ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
backuprepo 2025-12-22 01:26:26 +01:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@felix920506 commented on GitHub (Nov 29, 2023):

Hi, you are changing the wrong setting. For the display language to change, you have to change your client localization settings here:
截圖 2023-11-29 下午1 10 42
截圖 2023-11-29 下午1 11 05
截圖 2023-11-29 下午1 11 25

Closing this as this is a support request.

@felix920506 commented on GitHub (Nov 29, 2023): Hi, you are changing the wrong setting. For the display language to change, you have to change your client localization settings here: <img width="322" alt="截圖 2023-11-29 下午1 10 42" src="https://github.com/jellyfin/jellyfin/assets/25688628/408d35ab-952a-4a7e-b8c7-493ed68bd4c7"> <img width="356" alt="截圖 2023-11-29 下午1 11 05" src="https://github.com/jellyfin/jellyfin/assets/25688628/11ccb07d-8aae-4f5e-b848-0dbb8c0dd7ab"> <img width="934" alt="截圖 2023-11-29 下午1 11 25" src="https://github.com/jellyfin/jellyfin/assets/25688628/a84b8faf-dd60-4c25-a829-6cde219d3f87"> Closing this as this is a support request.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#5273
No description provided.