Click here to Skip to main content
15,896,539 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,


i want to display the marqueen label for showing different languages
.i search on google but i did not find any solution.Plz help me how to display the
different languages using marqueen label in the website.i have some content to show in different
languages



thanks in advance
Posted
Updated 1-May-14 19:42pm
v2

1 solution

Try this..
<asp:label id="Label1" runat="server" font-bold="True" font-names="Corbel" xmlns:asp="#unknown">
Font-Size="Medium" ForeColor="White"
Text="<marquee behavior="scroll" scrollamount="3" direction="left" >Software Developed By : VISA SOFTWARE, Sangli.</marquee>"
Width="100%">
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900