Hi, I think this is the topic I was waiting for
As many know, I have a multilingual site and a made some modules to make some kind of content localization.
The following points were detected by my forums
Locales.- At the moment, we can install a language in our DNN, but we are not able to select only those languages we need for a specific portal (a per portal use of installed languages)
How to detect locale.- It must be provided by letting administrators choose from user, portal, browser, querystring,etc . The EditURL and Navigate url must include the locale key natively when constructing URLs
Titles and properties.- Portal Settings, Tab Settings and module settings must include an interface to localize them based on possible languages
Search.- Search must include a key for locale and index words based on that key
Content.- The module must define the better storage for localized content, but the core must provide a simple methods to manage the content.
Locale selectors.- Modules and skin objects to select current language can be simple if we take the querystring option. Indexers like google could work better with this too (More friendly localized URLs)
Hope this helps.... I wil be back soon with more about this topic.