Hi,
I am totaly new at creating web pages. Here is what I am trying to do:
I have created an .asp page that contains FAQs. I am using a .resx page to manage the french and english translation, which is working well.
My problem is that I have created one english and one french page for the answers and I don't know how to direct the user to the proper page since I have only one page where the link to the answer is created.
Ex: <asp:HyperLink ID="hpl963" runat="server" NavigateUrl="~/OES_FAQs_Answers.aspx#Q963"> Can I retain and use the personal signatures I already have in Outlook?</asp:HyperLink>
I have to be able to tell to the "NavigateUrl" to go to "~/French/OES_FAQs_Answers.aspx#Q963" or "~/English/OES_FAQs_Answers.aspx#Q963"
Here is my structure:

Can somebody help me?
Thanks!