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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Localization problemLocalization problem
Previous
 
Next
New Post
7/2/2007 11:42 AM
 

Hello,

I'm creating a new module for my company, and try to localize it using resx file.

I want to make run this line :

<

asp:Literal ID="myLit" runat="server" Text='<%$ Resources:myLit.Text %>' ></asp:Literal>

I've create a App_LocalResources in the project.

Doing the same thing in a basic web project works well. But using it in DNN I've got the message :

The resource object with key 'myLit.Text' was not found

 

Do you have any idea ?

 

Thank

 
New Post
7/3/2007 7:42 AM
 

please read the localization documentation for DNN. DNN uses its own localization, and is not compatible with asp.net 2.0 localization. This is because dnn already had localization in the asp.net 1.1. version

Anyway, the way to do what you want is this:

<asp:Literal ID="myLit" runat="server" resourcekey="myLit.Text" ></asp:Literal>

Next make sure that you have this file avalailable:

/DesktopModules/[yourmodulename]/App_LocalResources/[YourControlName].ascx.resx

and make sure it contains the proper key / value pair

DNN will automatically add the correct localized string in the proper location. Admins and Host will be able to change the resx file from Admin > Languages > LanguageEditor and Host > Languages > LanguageEditor


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

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

 
New Post
7/3/2007 8:43 AM
 

Thank for your anwser.

I finally use = Localization.GetString("myLit", LocalResourceFile)%> 

<%

directly in the ascx code.

I think the used of the DNN resourcekey only works for Text and Tooltip , that's right ?

I want to localize ErrorMessage in a validator et resourcekey seem don't work ... so I use Code behind file ...

 
New Post
7/3/2007 10:34 AM
 

resourcekey works with all visible controls, and should also work with validators


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

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

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Localization problemLocalization problem


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