Translation not applied #9049

Closed
opened 2025-12-29 20:44:48 +01:00 by adam · 2 comments
Owner

Originally created by @AnythingOverIP on GitHub (Jan 5, 2024).

Deployment Type

Self-hosted

NetBox Version

v3.7.0

Python Version

3.8

Steps to Reproduce

Log into Netbox, access your profile preferences (/user/preferences/), select a language other than Auto.
Click Save, and logout.
Log back in

Expected Behavior

UI should show the translated strings as per selected language.

Observed Behavior

Selected language is not applied.

Tested in both on-prem and demo site, with Firefox, Chrome and Edge.

Originally created by @AnythingOverIP on GitHub (Jan 5, 2024). ### Deployment Type Self-hosted ### NetBox Version v3.7.0 ### Python Version 3.8 ### Steps to Reproduce Log into Netbox, access your profile preferences (/user/preferences/), select a language other than Auto. Click Save, and logout. Log back in ### Expected Behavior UI should show the translated strings as per selected language. ### Observed Behavior Selected language is not applied. Tested in both on-prem and demo site, with Firefox, Chrome and Edge.
adam added the type: bug label 2025-12-29 20:44:48 +01:00
adam closed this issue 2025-12-29 20:44:48 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jan 5, 2024):

Do you have localization enabled? Set ENABLE_LOCALIZATION = True set in configuration.py.

@jeremystretch commented on GitHub (Jan 5, 2024): Do you have [localization enabled](https://docs.netbox.dev/en/stable/configuration/system/#enable_localization)? Set `ENABLE_LOCALIZATION = True` set in `configuration.py`.
Author
Owner

@AnythingOverIP commented on GitHub (Jan 5, 2024):

Didn't thought of that as the option was available for the user without it. Added the option and it worked as expected. Thanks!
I will close this Bug and instead open a feature request to hide the language selection when ENABLE_LOCALIZATION is set to False.
Thanks!

@AnythingOverIP commented on GitHub (Jan 5, 2024): Didn't thought of that as the option was available for the user without it. Added the option and it worked as expected. Thanks! I will close this Bug and instead open a feature request to hide the language selection when `ENABLE_LOCALIZATION` is set to False. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9049