-1

I am creating a website using ASP.NET that supports multiple languages. For that I have created a local resource file for my login.aspx page. I want my login page in different languages like french, spanish etc.

For that I have also created two different resource file in my _LOCALRESOURCE folder in the solution explorer. Now in french local resource file I need to add the values in french language but I am not able to type in french in visual studio.

Do I have to install french font somewhere in the visual studio?

I have also saved the french local resource file as login.aspx.(language_name).resx.

Yusubov
  • 5,815
  • 9
  • 32
  • 69
rick
  • 913
  • 6
  • 13
  • 28
  • 2
    Please explain "I am not able to type in French". Windows Western encompasses French. – Mr Lister Jul 01 '12 at 08:31
  • if i want to the form to appear in spanish i need to write the value in spanish resource file. So i am not able to type in spanish in my resource file – rick Jul 01 '12 at 08:34

2 Answers2

4

Can you type french outside the VS? if not; you need to activate the French keyboard for your windows
Go to Control Panel\Clock, Language, and Region --> keyboard and languages then add the French keyboard

enter image description here

Rami Alshareef
  • 7,015
  • 12
  • 47
  • 75
  • 1
    There is nothing special about French. Activating a layout for a different language changes some of the keys around, so I can't recommend that. Techniques like typing Alt+0234 might be less frustrating. – Mr Lister Jul 01 '12 at 08:37
  • By changing this will i be able to type in french inside VS ? – rick Jul 01 '12 at 08:52