Actions
Feature #3381
openclient's locale is not respected in static WResource
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
06/25/2014
Due date:
% Done:
0%
Estimated time:
Description
WServer::localisedStrings translated all strings to current server's locale.
Client's locale, if available, should be used in handleRequest() of static WResource.
Updated by Koen Deforche almost 9 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.3.4
I agree we should do something here to be consistent. But currently the localized strings holds state with respect to the locale, so I'm not sure we can do this easily as WServer::localizedStrings() is being shared.
Updated by Koen Deforche over 8 years ago
- Status changed from InProgress to New
- Assignee deleted (
Koen Deforche) - Target version deleted (
3.3.4)
To be solved together with #3824
Actions