Edit User: Write correct language code to backend
Build your own Cloud
Brought to you by:
bstebler,
jeanetteka
When editing the language of a user in the FOSS-Cloud, the language code written to the backend (LDAP) is not correct. Currently the vm-manager just writes "en" for English instead of "en-GB".
The short version is OK for the frontend (since we don't have exact translation), but in the backend it has to be the full language code like "en-GB" or "de-CH"
Definition of the attribute preferredLanguage: Display language of the user according to RFC 1766 (http://tools.ietf.org/html/rfc1766), example: de-CH
Other services (like the operating system) depend on a proper localization (keyboard layout, numeric values, the time, ...).
Still not fixed in v1.2.0_rc21