Last modified by Pascal Robert on 2015/05/04 04:24

From version 30.1
edited by David Holt
on 2009/11/18 10:08
Change comment: There is no comment for this version
To version 33.1
edited by Johan Henselmans
on 2009/11/10 06:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dholt
1 +XWiki.johanhenselmans
Content
... ... @@ -1,7 +1,5 @@
1 1  == Unicode ==
2 2  
3 -See also: [[UTF-8 Encoding Tips]]
4 -
5 5  To Enable Unicode for your WO app, add the following to your application constructor:
6 6  
7 7  {{code}}
... ... @@ -134,8 +134,6 @@
134 134  
135 135  Your layout would end up something like this:
136 136  
137 -[[image:ERXLocalizerEclipseLayout.png]]
138 -
139 139  ===== Localized EOAttributes =====
140 140  
141 141  In Wonder, it is also possible to localize attributes. There are two requisites:
... ... @@ -150,8 +150,6 @@
150 150  
151 151  Then, for the attribute you'd like to localize, add the ERXLanguages key to the UserInfo for that specific attribute:
152 152  
153 -[[image:ERXLocalizerUserInfo.png]]
154 -
155 155  ===== Direct Actions =====
156 156  
157 157  If you are defaulting to direct actions, you may not have a session. If you do not have a session, the server will return the default language specified in the Properties mentioned above. If you're using direct actions and you don't like that behavior, you can stick this in your direct action class: