Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

DotNetNuke Marketplace
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
OnyakTech
 


  Sponsors  

Meet Our Sponsors

AspDotNetStoreFront - E-Commerce by Design - The Leading ASP.NET shopping cart platform for developers!
Click here to go to dev.live.com for Windows Live developer resources
SteadyRain
DataSprings - Great Ideas. Always Flowing.
R2integrated - formerly bi4ce
Jango Studios - Skins, Modules and Hosting for DotNetNuke
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Localize It! (L...  Can not edit language for the login module:
Previous Previous
 
Next Next
New Post 5/14/2008 1:11 AM
User is offline Sebastian Leupold
13634 posts
www.deutschnetnuke.de
1st Ranked












Re: Can not edit language for the login module: 

username and password area is onjected by authentication provider, please see LocalResources > DesktopModules > Authentication > DNN


Sebastian Leupold

DeutschNetNuke dnnWerk - The DotNetNuke Experts German DotNetNuke User-Group

DotNetNuke Project UserDefinedTable
DotNetNuke Project Release Tracker
 
New Post 5/16/2008 4:13 PM
Accepted Answer 
User is offline Alejandro Quiroga Alsina
84 posts
DNNCastellano.com
10th Ranked


Re: Can not edit language for the login module: 

Fher,   

The values you are searching for are stored in the following locations:   

Enter your User Name below   
DNN v.4.5.5,    Directory\File: ~\admin\Security\App_LocalResources\Signin.ascx.yy-XX.resx
DNN v.4.6.0 and up,    Directory\File: ~\App_GlobalResources\SharedResources.yy-XX.resx

Enter your Password below   
DNN v.4.5.5,    Directory\File: ~\admin\Security\App_LocalResources\Signin.ascx.yy-XX.resx
DNN v.4.6.0 and up,    Directory\File: ~\App_GlobalResources\SharedResources.yy-XX.resx
DNN v.4.6.2 and up,    Directory\File: ~\DesktopModules\AuthenticationServices\ActiveDirectory\App_LocalResources\Login.ascx.yy-XX.resx

Password:   
DNN all versions,    Directory\File: ~\admin\Portal\App_LocalResources\Signup.ascx.yy-XX.resx
DNN up to v.4.5.5,    Directory\File: ~\admin\Security\App_LocalResources\AuthenticationSettings.ascx.yy-XX.resx
DNN up to v.4.5.5,    Directory\File: ~\admin\Security\App_LocalResources\Signin.ascx.yy-XX.resx
DNN all versions,    Directory\File: ~\admin\Users\App_LocalResources\Password.ascx.yy-XX.resx
DNN all versions,    Directory\File: ~\admin\Users\App_LocalResources\User.ascx.yy-XX.resx
DNN v.4.6.0 and up,    Directory\File: ~\App_GlobalResources\SharedResources.yy-XX.resx
DNN all versions,    Directory\File: ~\controls\App_LocalResources\User.ascx.yy-XX.resx
DNN v.4.6.2 and up,    Directory\File: ~\DesktopModules\AuthenticationServices\ActiveDirectory\App_LocalResources\Login.ascx.yy-XX.resx
DNN v.4.6.2 and up,    Directory\File: ~\DesktopModules\AuthenticationServices\ActiveDirectory\App_LocalResources\Settings.ascx.yy-XX.resx
DNN all versions,    Directory\File: ~\Install\App_LocalResources\Installwizard.aspx.yy-XX.resx

User Name:   &   Username:   
DNN all versions,    Directory\File: ~\admin\Portal\App_LocalResources\Signup.ascx.yy-XX.resx
DNN up to v.4.5.5,    Directory\File: ~\admin\Security\App_LocalResources\AuthenticationSettings.ascx.yy-XX.resx
DNN all versions,    Directory\File: ~\admin\Security\App_LocalResources\SendPassword.ascx.yy-XX.resx
DNN up to v.4.5.5,    Directory\File: ~\admin\Security\App_LocalResources\Signin.ascx.yy-XX.resx
DNN all versions,    Directory\File: ~\admin\Users\App_LocalResources\User.ascx.yy-XX.resx
DNN all versions,    Directory\File: ~\App_GlobalResources\SharedResources.yy-XX.resx
DNN v.4.6.0 and up,    Directory\File: ~\App_GlobalResources\SharedResources.yy-XX.resx
DNN all versions,    Directory\File: ~\controls\App_LocalResources\User.ascx.yy-XX.resx
DNN v.4.6.2 and up,    Directory\File: ~\DesktopModules\AuthenticationServices\ActiveDirectory\App_LocalResources\Login.ascx.yy-XX.resx
DNN v.4.6.2 and up,    Directory\File: ~\DesktopModules\AuthenticationServices\ActiveDirectory\App_LocalResources\Settings.ascx.yy-XX.resx
DNN up to v.4.6.2,    Directory\File: ~\DesktopModules\Forum\App_LocalResources\Forum_UserSettings.ascx.yy-XX.resx
DNN all versions,    Directory\File: ~\Install\App_LocalResources\Installwizard.aspx.yy-XX.resx


Note 1: yy-XX is the culture code (i.e., en-GB, es-ES, etc.), for US english yy-XX does not exist.
Note 2: If you are not sure about which message to change, it may help to make an iterative testing.
Note 3: You should change this values under the menu option Host-Languages-Language Editor. For further recommendations on how to use the Language Editor, please check my post at this thread: http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/77/threadid/215279/scope/posts/threadpage/1/Default.aspx

HTH.

Saludos,
Alejandro.


Spanish Language Packs
Paquetes de Idioma en Español
English Language Packs
Commercial, Professional English
 
New Post 5/16/2008 4:30 PM
User is offline Sebastian Leupold
13634 posts
www.deutschnetnuke.de
1st Ranked












Re: Can not edit language for the login module: 

Alejandro is correct, great job, just 2 additions:

1. he pointed out the path, if ActiveDirectory authentication is uses; if you are using standard authentication, replace "/ActiveDirectory/" with "/DNN/"

2. if you want to adopt localization to complete/correct language pack and redistribute, use Language Editor in Host menu in system mode. If you want to customize existing language pack for all portals in your installation, use Language Editor in Host menu in Host mode. If you want to adopt language for a single portal, use Language Editor in Admin menu.


Sebastian Leupold

DeutschNetNuke dnnWerk - The DotNetNuke Experts German DotNetNuke User-Group

DotNetNuke Project UserDefinedTable
DotNetNuke Project Release Tracker
 
New Post 5/22/2008 6:26 PM
User is offline Fher
14 posts
10th Ranked


Re: Can not edit language for the login module: 

Thanks Alejandro 

I am using DNN 08.08.02
I was missing the values in \App_GlobalResources\SharedResources.resx 

Fher

 
New Post 5/24/2008 5:23 AM
User is offline Alejandro Quiroga Alsina
84 posts
DNNCastellano.com
10th Ranked


Re: Can not edit language for the login module: 

You're very welcome :-) 


Spanish Language Packs
Paquetes de Idioma en Español
English Language Packs
Commercial, Professional English
 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Localize It! (L...  Can not edit language for the login module:
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


SSL Enabled and Amazingly FAST...
SSL enable your DNN web site with SSLRedirect, compress your DNN web site HTTP data flow by up to 75%-90% with HttpCompressionAgent, and monitor your DNN web site's performance with WebKeepAlive...
www.sanibellogic.com
Ultra Media Gallery & Video Gallery
The most popular photo gallery and video gallery module. with Flash interface.
www.bizmodules.net
WDK Solutions
Quality modules for the DotNetNuke community. Check out our 'wild' modules!
wdkns.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP