Actions
Improvements #13131
closedLocale name changes
Start date:
10/21/2024
Due date:
% Done:
100%
Estimated time:
Description
Currently developers are allowed to either define a locale, or use the browser locale (parsed from the Accept-Language
header). Changing the locale (by e.g. user input) will then always completely refresh the widget tree. This is to ensure that the UI always remains consistent.
This is, however, also a little restrictive. This can be changed in two ways:
- allow for
WLocale::setName()
to be part of the public API. - add an optional parameter to
WApplication::setLocale()
to indicate whether a refresh is desired (which is by default enabled).
Updated by Matthias Van Ceulebroeck 3 months ago
- Description updated (diff)
- Target version set to 4.11.2
Updated by Romain Mardulyn 3 months ago
- Status changed from New to InProgress
- Assignee set to Romain Mardulyn
Updated by Romain Mardulyn 3 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Updated by Matthias Van Ceulebroeck 16 days ago
- Assignee set to Matthias Van Ceulebroeck
Updated by Matthias Van Ceulebroeck 15 days ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Romain Mardulyn
- % Done changed from 0 to 100
Updated by Matthias Van Ceulebroeck 6 days ago
- Status changed from Implemented @Emweb to Implemented @Test
Updated by Matthias Van Ceulebroeck 6 days ago
- Status changed from Implemented @Test to Closed
Actions