how to enable region language (Arabic language) settings through c# coding.
actually my requirement is " I have 2 radio buttons one for arabic and 2nd one for English. when i click on arabic input text changes to arabic it's working fine based on region and language settings(Language bar). here i enable language bar settings from control panel. i don't want from control panel. when i click on arabic language bar comes automatically. how can i solve it?
Loading
Posted Jan 22, 2013, 10:32 PM
Neha SharmaPosted Jan 21, 2013, 10:58 PM
For that you need to work on localization for each page.
Posted Jan 21, 2013, 10:29 PM
Neha SharmaPosted Jan 21, 2013, 1:15 AM
Here is you answer :
http://www.c-sharpcorner.com/uploadfile/krishnasarala/multi-language-web-site-in-Asp-Net/
If it helps you mark it as answer else let me know further.