Using Custom Redirect Pages and Custom Language pages

Article #:GEN1002FB  Product: Feedback Server   Version: 1.x

Summary:

How to have a Custom Server page redirect and automatically detect the language settings of the user.

Full Description:

When a user creates a Feedback user profile, they get an activation email sent to them. When they click the activation link, they get sent to an activation success/failure page. By default, Feedback Server will redirect them to an English, German, French, or Japanese translated page depending on the browser language that Feedback server detects.

Solution:

The Help Author can Choose thier own redirect page, This page has to be an ASPX page. In the the ASPX code of the page you will to add

this.Context.Request.UserLanguages

The code listed above will detect the browser settings and direct them to the correct sucess/Failure page.

Attribution:

Last updated:

December 4, 2007

Author:

Richard Ferrell

Contributions by:

Aaron Margolis