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

HomeHomeUsing DNN Platf...Using DNN Platf...Language and In...Language and In...Localize Code Behind and Gridview Headers with XepientLocalize Code Behind and Gridview Headers with Xepient's Open-Smart Module
Previous
 
Next
New Post
10/8/2008 11:07 AM
 

After much work on this with the Xepient Support Team I have come up with a solution to localize code behind messages and gridview headers utilizing the Open-Smart Module.  In order to do this you need to access the LocalResourceFile property in Open-Smart Module.  To do so just add a public property to your class like this:

 

Public Property LocalResourceFile() As String  
Get
Return TryCast(Me.Parent.Parent, DotNetNuke.Entities.Modules.PortalModuleBase).LocalResourceFile
End Get
Set(ByVal Value As String)
TryCast(Me.Parent.Parent, DotNetNuke.Entities.Modules.PortalModuleBase).LocalResourceFile = Value
End Set 
End Property

Then access it like this to change the code behind message:

lblMessage.Text = Localization.GetString("SelectAnswerForAllQuestions", Me.LocalResourceFile)

To localize the gridview headers call this method as the first line of the page load (make sure your HeaderText is the same as the entry in the resource file)

DotNetNuke.Services.Localization.Localization.LocalizeGridView(gvEquipList, Me.LocalResourceFile)

Hope this helps others as is has me!

 


View Brenden Kehren's profile on LinkedIn
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Language and In...Language and In...Localize Code Behind and Gridview Headers with XepientLocalize Code Behind and Gridview Headers with Xepient's Open-Smart Module


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