East asian language support in .net

Last post 01-04-2008 12:08 AM by mail2vasu_dev@yahoo.co.in. 5 replies.

Sort Posts:

  • East asian language support in .net

    12-28-2007, 4:14 AM

    Hello

    I want to install files for East Asian language programmatically(as windows do this in Regional option),but i don't know how to do this.

    is there someone help me?

    Thank you

  • Re: East asian language support in .net

    12-30-2007, 8:58 AM
    • Loading...
    • Kamarikan
    • Joined on 02-15-2007, 9:38 AM
    • Tehran
    • Posts 32

    hey ,

    For each Language in .net You hould Create a Resource file

    you go on each folder you want to localize ,

    then righ click on the folder and create App_Localization folder

    and then righ click on App_Loclization and add\new Item

    then you should select Resource.resx file and give the complete Module ( page ) name you want to localize ,

    it mean if you have a module with the name myTest.ascx then tou should create a myTest.ascx.resx file

    and a myTest.ascx.en-US.resx file

    notice that you sould place your region name in place of en-US , for example fa-IR

    and then you should insert all localized item into resx file with meta:resourcekey="testLabel" and insert testLabel.Text into resx file and give a value for it

     finally you should select a primary localization on your web.config in <globalization /> set the culture and uiculture in the tag ,

     

    best regards

     

    Nasser Hajloo
    Tehran , Iran , Middle east
  • Re: East asian language support in .net

    01-02-2008, 1:18 AM

    i can able to read a data from resource file but i cant able to write a data and save it in a resource file.can u give me a sample code for that

  • Re: East asian language support in .net

    01-02-2008, 6:44 PM
    • Loading...
    • jamlew
    • Joined on 09-21-2007, 3:43 PM
    • Bellevue, WA
    • Posts 28
    • AspNetTeam

    Resource files are compiled into satellite DLLs, so you won't be creating them dynamically at runtime.  If you want a runtime solution, you might consider using a different method of managing your resources such as using a SQL database or Access file.

    ---------
    If this post has solved your problem, please select 'Mark as answer'

    - Jimmy Lewis
    Microsoft SDET
    Visual Web Developer Team
    Silverlight Tools for VS
  • Re: East asian language support in .net

    01-02-2008, 7:03 PM
    • Loading...
    • TATWORTH
    • Joined on 02-04-2003, 8:34 AM
    • England
    • Posts 7,117

    Look at http://www.guysmithferrier.com/ and in particular at Guy Smith's book ISBN 0321341384. The book is available online at Safari books at http://safari.oreilly.com/0321341384

    Also his presentation http://www.guysmithferrier.com/downloads/teni18n.pdf

     

    Don't forget to click "Mark as Answer" on the post that helped you.
    This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
  • Re: East asian language support in .net

    01-04-2008, 12:08 AM

    thanks.but still i cant able to get the answer.can u give any sample code about how to write data in to resource file

Page 1 of 1 (6 items)
Microsoft Communities
Page view counter