Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > how to localize a composite control

Reply
Thread Tools

how to localize a composite control

 
 
Julia
Guest
Posts: n/a
 
      06-26-2006
Hi

I have developed a composite control and now I would like to make it work
with different languages. I have tried to search for a very basic sample but
I cant find it. Anyone hwo knows where to look?

Thanks
Julia
 
Reply With Quote
 
 
 
 
Vadivel Kumar
Guest
Posts: n/a
 
      06-26-2006
The easiest way is to store the display texts as the WebResource and
retrieve it based on the client machine's current culture.

Check the below link,

http://www.codeproject.com/dotnet/Localization.asp
http://msdn.microsoft.com/msdnmag/is...asicInstincts/

Let me know if you have trouble in implementing this.

-
Vadivel Kumar
http://vadivelk.net
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
What's the Difference between an asp:Literal control and an asp:Localize control? netcodedevil@gmail.com ASP .Net Web Controls 0 09-26-2007 11:12 AM
Localize one control only MattB ASP .Net 2 05-10-2005 03:21 PM
Losing Composite Control property that another Composite Control ... Chad ASP .Net Building Controls 0 02-01-2005 09:01 PM
Possible to create a composite control that has a child control that is a validator that validates the composite control itself? Jonathan Eric Miller ASP .Net Building Controls 2 07-22-2004 10:58 PM



Advertisments