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/5/2005 4:46 PM
 

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


Geert Veenstra
 
New Post
8/6/2005 2:38 AM
 

Regarding ca-ES (catalan) I hope so. I just need to do a final check on it and I'll publish on the resource downloads.

This section will have a big rework soon. Wait for some surprises...


Vicenç Masanas
Banyoles, Girona - Spain

Disgrafic.com    PSD to DNN
 
New Post
8/6/2005 10:37 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

Nice, I was waiting for this. It would be nice to make the querystring parameter configurable. ie Language by default, and the user can change it to locale or to a simple 'L'


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
New Post
8/6/2005 10:43 AM
 

sjcmp wrote
Sorry if this is off thread, but I noticed that vmasanas mentioned ca-ES and locopon mentioned es-BO.  Are we going to see either one of these in the download area for language packs anytime soon? 

I based es-BO on the es-UY. I asked the original author to make this change available, and he agreed, thus, it will be at my site soon.

You only need a bulk rename utility, but as always, ask for permissions to publish the modified version and give credit to original authors.


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
New Post
8/9/2005 3:06 PM
 
Thanks indeed Vicenç to create these localization sub forums!.... Nice surprise coming back from my vacation :)
 
 
donker wrote
Concerning module content it would appear that the most simple approach would be to 'key' module content to ModuleId AND Locale. Then edit actions would need to take this into account and properly inform the editor (what locale am I editing for, which locales do not have content specified, etc)
 
I am not quite sure if there is a way to make this work for all modules, especially when there are already a lot of modules out there that do not support multi lingual content. Furthermore, this is already possible, but you have to code it yourself. 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
 
cheers,
 
Erik

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

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

 
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