Hi All,
I am converting a static page en-fr. In vs2k5 I use the GenerateLocalResource tool to generate .resx files and copied and renamed in fr.
In my Masteer page, I have a link en/fr, where user get there choice of selection. I create a basepage , global.asax where I am using cookies.
My question is: when a user click on the link en / fr. where I can set the cookie value, is it in Masterpage / global / basepage?
what the changes I need to make in web.config, I am using (
<
globalization enableClientBasedCulture="true" culture="fr-FR" uiCulture="fr-FR"/>)
and I have bunches of french written documents to keep in .fr.resx files, Is there any smart way to convert fr word doc to html format
and keep it fr.resx files.
Many thanks