Wrox Programmer Forums
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 25th, 2004, 11:08 AM
Registered User
 
Join Date: Nov 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to kon_pb1
Default multiligual data

How will i show korean data from my database in window forms.
codepage=949
LCID=0412
i have set regional lang setting to korean lang
i am using win-xp
Thanks
hemant
 
Old November 26th, 2004, 10:26 AM
Friend of Wrox
 
Join Date: Feb 2004
Posts: 177
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Use resources to Korean strings at runtime set the CurrentUICulture to Korean. For more information take a look at the following links

http://www.developersdex.com/gurus/a...500.asp?Page=1

http://www.devhood.com/tutorials/tut...utorial_id=211


It is not how much we do,
but how much love we put in the doing.

-Mother Theresa
 
Old November 29th, 2004, 12:15 PM
Registered User
 
Join Date: Nov 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to kon_pb1
Default

Thanks for your valuable suggestion,here the scenario is that i have korean data in the database and i have to retrive and show it after encoding the data into korean lang.i am using
Dim target() As Byte = System.Text.Encoding.GetEncoding(1361).GetBytes(Tr im(string))
System.Text.Encoding.GetEncoding(50225).GetString( target)
i am partly succesfull but data is having ??? marks after each charecter.
how am i to eleminate this.
thanks
hemant





Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in e-mail structure sending data from data tiawebchd General .NET 3 May 5th, 2008 08:07 AM
Data Binding - Editing GridView Row Data desk_star BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9 7 December 30th, 2007 11:07 AM
Transfering data from csv file to data base g_vamsi_krish ASP.NET 1.0 and 1.1 Professional 2 May 16th, 2006 11:58 PM
Binding to Filtered Data (or Data subsets) gdbjohnson C# 8 August 27th, 2004 01:59 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.