Mar 11, 2008 08:16 AM|jeyaseelan@ajsquare.net|LINK
Hai
am using asp.net and C#, I want to implement Multi Language Support (MLS) in my project, so I create a table in sql server 2005 with english nvarchar(50),french(50),japanese (50) columns and I insert the data on those columns. Then I retrieve those
data into my web page now I run my project here my browser show some boxes instead of texts, but the same code is execute in anohter machine, but both machines have not japanese,french fonts. I check is this browser encoding problem, but all machine set as
UTF-8 encoding , may I know why this problem is occurred and how to solve this ?
Please anybody answer me.......
MLS SQL
Any doubts please feel free to ask me. If this post is answer of your question then don't forgot to Click "Mark As Answer".
J.Jeyaseelan
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
Thanks for your reply, but that project is working in my machine no changes of code even culture,uiculture. Am using Windows XP, Internet Explorer6.0, still the problem is continue how to solve this?
Any doubts please feel free to ask me. If this post is answer of your question then don't forgot to Click "Mark As Answer".
J.Jeyaseelan
Mar 12, 2008 01:13 AM|jeyaseelan@ajsquare.net|LINK
Dear All-Star,
Thanks for your interest, i use Windows XP and IE6.0, i try this is SSMS that also show as boxes but when i run the project it show the exact data, but that machine only have the problem so,
please tell me how to solve this problem ?
Any doubts please feel free to ask me. If this post is answer of your question then don't forgot to Click "Mark As Answer".
J.Jeyaseelan
>please tell me how to solve this problem ?
The next thing I would ensure is that the machine is upgraded with all the latest patches.
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
You are correct - it seems that you require a paid for membership to view articles on that site.
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
Since you have marks this thread as answered, it would be better for you now to raise a new thread. You can try running charmap (go start, run, enter CHARMAP and click OK. This will give you access to the European Character sets plus Arabic and Hebrew. If
these characters appear as boxes then your PC is seriously short on Fonts.
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
Regrettably I have not got my copy of Guy Smith Ferrier's book on Internationalisation with me however look at http://www.guysmithferrier.com/ and in particular at Guy Smith's book
ISBN 0321341384
Also his presentation http://www.guysmithferrier.com/downloads/teni18n.pdf
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
Mar 14, 2008 02:47 AM|jeyaseelan@ajsquare.net|LINK
Finaly i found a problem, ie., during OS installation the service engineer not installed some system default font's so i copy default XP fonts from other system and paste into that system, now it's working fine.
Thanks for all your interest.
Any doubts please feel free to ask me. If this post is answer of your question then don't forgot to Click "Mark As Answer".
J.Jeyaseelan
Contributor
2808 Points
1815 Posts
Multi language support problem
Mar 11, 2008 08:16 AM|jeyaseelan@ajsquare.net|LINK
Hai
am using asp.net and C#, I want to implement Multi Language Support (MLS) in my project, so I create a table in sql server 2005 with english nvarchar(50),french(50),japanese (50) columns and I insert the data on those columns. Then I retrieve those data into my web page now I run my project here my browser show some boxes instead of texts, but the same code is execute in anohter machine, but both machines have not japanese,french fonts. I check is this browser encoding problem, but all machine set as UTF-8 encoding , may I know why this problem is occurred and how to solve this ?
Please anybody answer me.......
MLS SQL
J.Jeyaseelan
Member
350 Points
176 Posts
Re: Multi language support problem
Mar 11, 2008 08:54 AM|Coppermill|LINK
Yes, much easier way is shown here:
http://www.codeproject.com/KB/aspnet/Internationalization.aspx
<<<Bryan Avery>>>
Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
All-Star
44551 Points
13496 Posts
MVP
Re: Multi language support problem
Mar 11, 2008 02:58 PM|TATWORTH|LINK
What browser are using?
What OS were the two machiens you tested on?
Have you tried displaying the data in SSMS?
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
Contributor
2808 Points
1815 Posts
Re: Multi language support problem
Mar 12, 2008 12:38 AM|jeyaseelan@ajsquare.net|LINK
Dear Coppermill
Thanks for your reply, but that project is working in my machine no changes of code even culture,uiculture. Am using Windows XP, Internet Explorer6.0, still the problem is continue how to solve this?
J.Jeyaseelan
Contributor
2808 Points
1815 Posts
Re: Multi language support problem
Mar 12, 2008 01:13 AM|jeyaseelan@ajsquare.net|LINK
Dear All-Star,
Thanks for your interest, i use Windows XP and IE6.0, i try this is SSMS that also show as boxes but when i run the project it show the exact data, but that machine only have the problem so,
please tell me how to solve this problem ?
J.Jeyaseelan
All-Star
44551 Points
13496 Posts
MVP
Re: Multi language support problem
Mar 12, 2008 02:29 AM|TATWORTH|LINK
The next thing I would ensure is that the machine is upgraded with all the latest patches.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
Member
20 Points
12 Posts
Re: Multi language support problem
Mar 12, 2008 02:50 AM|sam2mis|LINK
written specifically from an ASP.NET point-of-view, much of the information
it contains is applicable to multi-language Windows Forms development as
well. There are three parts:
Part 1: http://www.devx.com/dotnet/articles/...oc022102-1.asp
Part 2: http://www.devx.com/dotnet/articles/...oc040302-1.asp
Part 3: http://www.devx.com/dotnet/articles/...oc050102-1.asp
Contributor
2808 Points
1815 Posts
Re: Multi language support problem
Mar 12, 2008 03:08 AM|jeyaseelan@ajsquare.net|LINK
Hullo sam2mis
Thanks for your interest.
All the above sites not open, it return the error as "Page Not Found ".
J.Jeyaseelan
All-Star
44551 Points
13496 Posts
MVP
Re: Multi language support problem
Mar 12, 2008 04:01 AM|TATWORTH|LINK
You are correct - it seems that you require a paid for membership to view articles on that site.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
Contributor
2808 Points
1815 Posts
Re: Multi language support problem
Mar 13, 2008 02:22 AM|jeyaseelan@ajsquare.net|LINK
Dear All-Star
Have you any solution for my question?
J.Jeyaseelan
All-Star
44551 Points
13496 Posts
MVP
Re: Multi language support problem
Mar 13, 2008 02:43 AM|TATWORTH|LINK
Since you have marks this thread as answered, it would be better for you now to raise a new thread. You can try running charmap (go start, run, enter CHARMAP and click OK. This will give you access to the European Character sets plus Arabic and Hebrew. If these characters appear as boxes then your PC is seriously short on Fonts.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
All-Star
44551 Points
13496 Posts
MVP
Re: Multi language support problem
Mar 13, 2008 02:49 AM|TATWORTH|LINK
Regrettably I have not got my copy of Guy Smith Ferrier's book on Internationalisation with me however look at http://www.guysmithferrier.com/ and in particular at Guy Smith's book ISBN 0321341384
Also his presentation http://www.guysmithferrier.com/downloads/teni18n.pdf
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
Contributor
2808 Points
1815 Posts
Re: Multi language support problem
Mar 14, 2008 02:47 AM|jeyaseelan@ajsquare.net|LINK
Finaly i found a problem, ie., during OS installation the service engineer not installed some system default font's so i copy default XP fonts from other system and paste into that system, now it's working fine.
Thanks for all your interest.
J.Jeyaseelan