Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020957Openbravo ERPA. Platformpublic2012-07-09 13:022012-08-24 08:34
jecharri 
AugustoMauch 
highminoralways
closedfixed 
5
pi 
3.0MP153.0MP15 
marvintm
Google Chrome
Core
No
0020957: Impossible to translate login window
Impossible to translate login window.

You can see text interfaces and translate but the class XmlEngine do not translate because it does not exist session and it takes the language from it.
AS "System" translate to spanish the text interfaces "user name".
-Put system with "spanish" language
-Go to login window and verify that you continue reading in english

In method Initialize from class XmlEngine get system language
No tags attached.
related to defect 00209583.0MP16 closed jecharri Impossible to change System language 
Issue History
2012-07-09 13:02jecharriNew Issue
2012-07-09 13:02jecharriAssigned To => alostale
2012-07-09 13:02jecharriWeb browser => Google Chrome
2012-07-09 13:02jecharriModules => Core
2012-07-09 13:02jecharriResolution time => 1348264800
2012-07-19 18:13jonalegriaesarteWeb browserGoogle Chrome => Google Chrome
2012-07-19 18:13jonalegriaesarteTarget Version3.0MP16 => 3.0MP15
2012-08-22 12:14jecharriRelationship addedrelated to 0020958
2012-08-22 15:56AugustoMauchAssigned Toalostale => AugustoMauch
2012-08-22 15:57AugustoMauchClosed by => marvintm
2012-08-22 15:57AugustoMauchWeb browserGoogle Chrome => Google Chrome
2012-08-22 16:02hgbotCheckin
2012-08-22 16:02hgbotNote Added: 0051473
2012-08-22 16:02hgbotStatusnew => resolved
2012-08-22 16:02hgbotResolutionopen => fixed
2012-08-22 16:02hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/08b7b4af87d9b70dd17fa94d25924b074e672e64 [^]
2012-08-24 08:34marvintmStatusresolved => closed
2012-08-24 08:34marvintmFixed in Version => 3.0MP15

Notes
(0051473)
hgbot   
2012-08-22 16:02   
Repository: erp/devel/pi
Changeset: 08b7b4af87d9b70dd17fa94d25924b074e672e64
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Aug 22 16:01:24 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/08b7b4af87d9b70dd17fa94d25924b074e672e64 [^]

Fixes issue 20957: Text interfaces are translated in the Login window

Before this fix it was not possible to translate the text interfaces in the login window because xmlengine took the language from the session, and in the logi
n window that is not set yet. This has been fixed by setting manually the xmlEngine.sessionLanguage attribute, taking the language from the System client usin
g DAL.

---
M src/org/openbravo/erpCommon/security/Login.java
---