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

From version 48.1
edited by David LeBer
on 2010/06/29 16:12
Change comment: Edited the User Info image to show ERXLanguages as an array rather than a string
To version 50.1
edited by Pascal Robert
on 2010/09/19 11:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Web Applications-Development-Localization and Internationalization
1 +Development-Localization and Internationalization
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dleber
1 +XWiki.probert
Content
... ... @@ -173,7 +173,7 @@
173 173  
174 174  That should give the user their browser's default language setting instead of your server's default language setting until a session is created.
175 175  
176 -[[^LocalizerTest.zip]] is an example application demonstrating the sessionless use of the localizer with localized strings and localized components, storing the language state in a cookie.
176 +[[Development-Localization and Internationalization^LocalizerTest.zip]] is an example application demonstrating the sessionless use of the localizer with localized strings and localized components, storing the language state in a cookie.
177 177  
178 178  ===== Database setup =====
179 179  
... ... @@ -182,3 +182,7 @@
182 182  jdbc:mysql:~/~/localhost/mydatabase?capitalizeTypenames=true&zeroDateTimeBehavior=convertToNull&characterEncoding=UTF-8
183 183  
184 184  The database itself is set to default to "UTF8" encoding. (No hyphen in UTF8 for MySQL) You can set that in the "Options" pane of MySQL Administrator.app under the "Advanced" popup menu item in the "Def. char set" field. Of course, you'll need to use the correct database types too, meaning don't use a blob for text storage. Use varchar and longtext (varcharLarge is the name of the Wonder prototype) instead.
185 +
186 +===== Localization presentation from WOWODC West 2009 =====
187 +
188 +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]].