Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsLanguage PacksLanguage PacksWhat ideas are floating around?What ideas are floating around?
Previous
 
Next
New Post
8/12/2005 2:27 PM
 

This seems to be the right place to publish some thoughts about content localization.

  • from the current product stage, there are at least three areas to be covered:
    1. static elements of the framework, that are stored in the database, as module friendly names and description, user role names, all entries in the lists module.
      This is needed for fully localized  single language portals.
    2. Page name, title, description and keywords
      as well as
      module name, header and footer text
      and
      a (multi-)assignment of languages for pages and modules, so they can be displayed for specific languages only.
      This offers the ability to build portals for multiple languages without language distinguishing modules.
    3. Modules, that allow different texts depending of the available (installed) languages. This will also require an extension of the search interface.
    4. For portals with huge content in multiple languages it would be desirable to have translation support, so a translater (or an admin for export to translating services) can easily find text, that has not been translated yet or has been updated since the last translation. Herefore the original text, that has been translated before will be needed (per language), so altered text portions can be highlighted.

Just my 2 cent. 


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/14/2005 8:20 AM
 
ErikVB wrote
Maybe its an idea to create a new interface, just like IPortable and ISearchable (ie. ILocalizable), which can be used to inform some admin modules about which modules are localizable, and which locales have content attached to them

That's where I think we should be heading. It becomes one of the 'SupportedFeatures' in teh DesktopModules table. Then, if implemented, some service like the Search engine can be made aware of locale sensitive content.

Speaking of search: that would need to have a switch: "search only in my locale" or all locales.

Peter


Peter Donker
Bring2mind http://www.bring2mind.net
Home of the Document Exchange,
the professional document management solution for DNN
 
New Post
8/14/2005 8:23 AM
 
Geert wrote

In 3.1.1 you can set the language through a "language" querystring:

'first try if a specific language is requested by cookie, querystring, or form
                preferredLanguage = Request("language")
                If preferredLanguage <> "" Then
                    Try
                        ci = New CultureInfo(preferredLanguage)
                        'save preferred language in cookie
                        SetLanguage(ci.Name)
                    Catch
                        ' the preferredlanguage could not be converted to a CultureInfo object
                    End Try
                End If

This is good news Geert, dank je. Just one question: why did we deviate from the standard vocabulary? I think I've seen some document somewhere that explained that language, locale and culture are different things. In any case, I'm happy I can set it now. Does the new core get the skin object with it (this is now a trivial element)?

Peter


Peter Donker
Bring2mind http://www.bring2mind.net
Home of the Document Exchange,
the professional document management solution for DNN
 
New Post
8/16/2005 2:58 AM
 
donker wrote
 Does the new core get the skin object with it (this is now a trivial element)?
 
Yep, 3.1.1 comes with a basic language selector.
 
cheers,
 
erik

Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
New Post
8/21/2005 1:00 PM
 

Just as a sidenote:

it looks like as if the language cookie in eriks core mod is not set in register.ascx - so if someone updates theit language settings from the profile page that change is not being reflected...

 


Cheers,
Philipp Becker, Peppertree Solutions
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsLanguage PacksLanguage PacksWhat ideas are floating around?What ideas are floating around?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out