MantisBT - Zandronum
View Issue Details
0001486Zandronum[All Projects] Bugpublic2013-09-07 01:462014-06-14 17:51
AlexMax 
 
normalminorN/A
feedbackopen 
1.1.1 
 
0001486: 'language' setting should be clientside
Simply put, the 'language' variable is enforced by the server. It should be settable by the client.
1. `language fr` in the console
2. Join a Duel32 server

Expected: Instructions for Duel32 in french
Actual: Instructions for Duel32 in english

Offline, it works fine.
No tags attached.
Issue History
2013-09-07 01:46AlexMaxNew Issue
2013-09-07 07:29DuskNote Added: 0007130
2013-09-07 07:29DuskSeverityfeature => minor
2013-09-07 07:29DuskCategorySuggestion => Bug
2013-09-07 07:31DuskNote Edited: 0007130bug_revision_view_page.php?bugnote_id=7130#r4000
2014-06-14 17:51WatermelonNote Added: 0009332
2014-06-14 17:51WatermelonStatusnew => feedback

Notes
(0007130)
Dusk   
2013-09-07 07:29   
(edited on: 2013-09-07 07:31)
What's going on is that the server resolves the HUDMessage code and sends the completed string to the client. The LANGUAGE codes get translated in the process into this full string.

(0009332)
Watermelon   
2014-06-14 17:51   
Does zdoom do this online?