Feature #36
Add support for i18n in enhanced schema
| Status: | Closed | Start: | 18/05/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | - | Spent time: | - | |
| Target version: | 1.0 |
Description
History
Updated by Sebastien Bahloul over 1 year ago
- Status changed from New to Feedback
- Assigned to set to Raphael Ouazana
- Target version changed from 0.9 to 0.8
- % Done changed from 0 to 100
Hi Raphaël,
Please take a look at the current implementation in the trunk of the enhanced schema i18n.
For example in inetorgperson.xml :
- <largeLabel>Prénom</largeLabel>
+ <largeLabels>
+ <label locale="en_US">Givenname</label>
+ <label locale="fr_FR">Prénom</label>
+ </largeLabels>
Then, the printed attribute labels are localized according to the session locale. Next requirement is #38 to choose the right language.
Regards
Updated by Sebastien Bahloul over 1 year ago
- Status changed from Feedback to Closed
Final format is :
- <largeLabel>Prénom</largeLabel>
+ <largeLabel xml:lang="en">Givenname</largeLabel>
+ <largeLabel xml:lang="fr">Prénom</largeLabel>
Updated by Clément OUDOT 19 days ago
- Target version changed from 0.8 to 1.0