Changes for page Development-Localization and Internationalization
Last modified by Pascal Robert on 2015/05/04 04:24
From version 22.1
edited by Pascal Robert
on 2011/06/10 10:51
on 2011/06/10 10:51
Change comment:
There is no comment for this version
To version 24.1
edited by David Avendasora
on 2011/05/03 04:45
on 2011/05/03 04:45
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. probert1 +XWiki.avendasora - Content
-
... ... @@ -165,7 +165,7 @@ 165 165 166 166 {{code}} 167 167 168 -@Override 168 + @Override 169 169 public WOActionResults performActionNamed(String actionName) { 170 170 if(!context().hasSession()) { 171 171 ERXLocalizer localizer = ... ... @@ -175,6 +175,7 @@ 175 175 return super.performActionNamed(actionName); 176 176 } 177 177 178 + 178 178 {{/code}} 179 179 180 180 That should give the user their browser's default language setting instead of your server's default language setting until a session is created. ... ... @@ -192,9 +192,3 @@ 192 192 ===== Localization presentation from WOWODC West 2009 ===== 193 193 194 194 Guido Neitzer did a localization presentation at WOWODC West 2009 that give a good overview of how to localize your apps. The presentation is available [[here>>http://www.wocommunity.org/podcasts/wowodc/west09/WOWODCW09-Localization.mov]]. 195 - 196 -=== Localized formatters === 197 - 198 -Use this property: 199 - 200 - er.extensions.ERXLocalizer.useLocalizedFormatters=false