locked
How to impleament multi language application. RRS feed

  • Question

  • User442647680 posted

    My application currently impleamented in english language now i want to provide spanish language as option to user.So how to impleament this feature in a best way.

    Thursday, January 17, 2013 1:13 AM

Answers

  • User1119594843 posted

    Hi,

    Yes it is possible

    if you need any help feel free to ask

    http://mrbool.com/globalization-preparing-an-asp-net-application-s-ui-for-different-languages/4481

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, January 17, 2013 6:31 AM

All replies

  • User177399542 posted

    Try These 

    http://www.asp.net/web-forms/videos/how-do-i/how-do-i-create-a-multi-lingual-site-with-localization
    http://www.c-sharpcorner.com/uploadfile/krishnasarala/multi-language-web-site-in-Asp-Net/
    http://www.beansoftware.com/ASP.NET-Tutorials/Globalisation-Multilingual-CultureInfo.aspx



    Thursday, January 17, 2013 1:18 AM
  • User477186420 posted

    You can do using Resource files, for the each langauge there is seprate file and depend on current culture Resource file will loaded and get data from that.

    each and every lable value will be get from the resource file

    let me know if any query

    Thursday, January 17, 2013 1:20 AM
  • User442647680 posted

    Actually i am planning create a dropdown which is going to offer a range of languages to user.If user selects the particular language and clicks a button then i need to dynamically change the ui culture.Is it possible?

    Thursday, January 17, 2013 4:51 AM
  • User1119594843 posted

    Hi,

    Yes it is possible

    if you need any help feel free to ask

    http://mrbool.com/globalization-preparing-an-asp-net-application-s-ui-for-different-languages/4481

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, January 17, 2013 6:31 AM