[PR #229] feat: add culture/language preference in user profile #313

Closed
opened 2026-03-07 19:57:32 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/Corsinvest/cv4pve-admin/pull/229

State: closed
Merged: No


Summary

  • Add CulturePreferences Blazor component to select UI language from supported cultures
  • Add "Preferences" section in Profile module with language settings accordion
  • On save, culture cookie is set via /set-culture endpoint and the page reloads
  • Add authorized /set-culture GET route handler in Profile.Module

Test plan

  • "Preferences" tab appears in user profile page
  • Selecting a language and saving reloads the app with the new culture
  • /set-culture requires authentication (returns 401 if unauthenticated)
**Original Pull Request:** https://github.com/Corsinvest/cv4pve-admin/pull/229 **State:** closed **Merged:** No --- ## Summary - Add `CulturePreferences` Blazor component to select UI language from supported cultures - Add "Preferences" section in `Profile` module with language settings accordion - On save, culture cookie is set via `/set-culture` endpoint and the page reloads - Add authorized `/set-culture` GET route handler in `Profile.Module` ## Test plan - [ ] "Preferences" tab appears in user profile page - [ ] Selecting a language and saving reloads the app with the new culture - [ ] `/set-culture` requires authentication (returns 401 if unauthenticated)
kerem 2026-03-07 19:57:32 +03:00
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/cv4pve-admin#313
No description provided.