Hi,
I am using forum in my English site,but now I need the forum also in my french site.
Question 1:
For my controls I have used the code in the below way.
1.I have two resource files View.en-GB.ascx.resx and View.fr-FR.ascx.resx and I am using the code"Localization.GetString("lblValue.Text",LocalResourceFile+"."+CultureInfo.CurrentCulture.Name)",Could you please tell me whether this is the right way to do localization.
Question 2: How to configure the resource files for forum?
Thanks in advance