Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Leena 29 posts 100 karma points
    Apr 12, 2013 @ 13:19
    Leena
    0

    not redirecting according to selected culture

    Hi all

    I am localizing my web site in three languages.When redirecting after login my page is not displyed according to selected culture.I have managed host names for it.

    for redirecting I have added


    if (Membership.ValidateUser(command.Username, command.Password))
    {
    FormsAuthentication.SetAuthCookie(command.Username, command.RememberMe);
    return RedirectToUmbracoPage(1145);
    }


     I want to redirect to Above page "1145" according to (say) Danish culture

    I am using umbraco verion 6.0

     

  • Leena 29 posts 100 karma points
    Apr 13, 2013 @ 08:25
    Leena
    0

    Anyone ?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies