Controls :: How To Add UK English British Male Voice To Website
Apr 5, 2013
In my C# website i want to add some speech which should be in UK English British Male Voice, how can i do that, and from where i may get that voice. Is there any way to do that?
View 1 Replies
Similar Messages:
Mar 5, 2010
I want to create a Dictionary... where i can get Dictionary database or World lists (english to english , english to hindi)
View 1 Replies
May 7, 2015
How to send voice sms from internet to mobile in asp.net using c# language using your own website.
View 1 Replies
Mar 8, 2011
find a voice recorder software to be used in my asp.net website in windows 2003 server. The recorder software must be installed only on the server and not on the client.
View 1 Replies
May 19, 2010
Now I am developing a shopping cart website in english. Is there any way to convert this to Arabic and Chinese languages with one link click
View 4 Replies
Jun 2, 2010
(I am developing a website to crawl the other website content in ASP.NET . I am able to get the content correctly but how can I identify which language is used based on that content. For Ex. English, Hindi, Chinese, Japanese etc.
I used following code.
HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(TextBox1.Text );
request.UserAgent = "A .NET Web Crawler";
WebResponse response = request.GetResponse();
Stream stream = response.GetResponseStream();
StreamReader reader = new StreamReader(stream);
string htmlText = reader.ReadToEnd();
View 4 Replies
Jul 23, 2013
i want my website multilingual e.g English,urdu,Hindi. I know About Two Approach
localization globaliztion and Google translatore, but i want to design the database multilingual for my website . how can i design the database for multilingual. and use it
View 1 Replies
Apr 15, 2010
i want to develope an asp.net website which support multi language like french ,english, german how to do this with out any hard code also user must not b aware of how the site is changing it language he just click on country flag and the site language change to that country national language
View 6 Replies
Mar 10, 2011
What data type of storage used for male and female?
View 2 Replies
Mar 15, 2011
I'm creating a website that is going to be dual language, so it will have a german face and an english face and the user can swich between the two versions.
How do I do this in MVC?
should I have URIs like
www.mydomain.com/de/home/index
www.mydomain.com/en/home/index
if home is the controller and index is the action then what would the de/en be?
In my site should I have two versions of all controllers and views? one for german and one for english?
View 9 Replies
Mar 15, 2011
How can I record voice usinf c# or vb.net (web aplication)? Is there any API that can work with all major platforms like Windows and apple?
View 2 Replies
Jun 24, 2010
we have to develop a enterprize application in asp.net c# and i have to getting a module of voice recording but i dont have any solution about voice recording in asp.net c# for webapplication.
View 2 Replies
Jan 20, 2010
am developing my project in asp.net 2.0 and c# and Now I am sending Text sms using Third party API.Now I want to send voice sms to mobiles.Do I need to develop it as mobile application or I need to purchase 3rd party API. some reference links for this process.
View 1 Replies
May 7, 2015
How to set voice in Captcha validation
View 1 Replies
Aug 5, 2010
in short how to convert text into voice in asp.net? when i enter a text in textbox like this "my name is ram" it specch me my name is ram in voice.
View 2 Replies
Dec 7, 2010
how to implement an Asp.Net application which records voice using mic.
View 3 Replies
Jun 4, 2010
I want to know the requiremets to develop Video and voice chat using C#.
View 2 Replies
May 24, 2010
I want to create a text, voice and video chat facility in our website like gmail/gtalk (video chat quality like skype)? how to find refernce/ project source code or any useful links to create chat application also to send/share any file to him. we can be able to send text and voice message when user is offline.
View 2 Replies
Jul 17, 2015
<asp:TemplateField HeaderText="" meta:resourcekey="PStartTime" ItemStyle-CssClass="cssItemStyle" HeaderStyle-CssClass="cssItemStyle">
<ItemTemplate>
<asp:Label ID="lblPStartTime" runat="server" Text='<%#Eval("PStartTime")%>'></asp:Label>
</ItemTemplate>
<ItemStyle Width="25%" Height="30px" HorizontalAlign="left" />
</asp:TemplateField>
I am showing the pages in English and Arabic using Local Resources in my website. I want to show Gregorian date time in Gridview in both English and Arabic Pages(ar-SA). How I will do it,
View 1 Replies
Nov 17, 2010
I need to make a non-voice chat support tool for a client in ASP.NET 3.5 framework.Can anyone tell me how can i make it using ajax control toolkit??
View 4 Replies
Apr 27, 2016
I'm trying to develop a new application for multiple users. the main idea is that one user talks and the entire users (who logged in ) could hear him (1 way).
How this can be made? how can i transfer voice from one client to multiple clients in live?
Note that my clients are mobile users (Android, IOS and Windows phone) and the server is .NET.
View 1 Replies
Apr 29, 2010
I am using this code to find titles depending on user criteria:
[Code]....
The search is non-english charachters, and it has some problems. when you looks for "Marker" and in database you have this title: "Markers" it won't find it..... This search just not good enough and I am looking to replace it urgently....
View 6 Replies
Oct 14, 2012
I want user to enter name in Arabic if the user enter in english it should give Message " Enter Message In Arabic " and same for English if user try to enter in arabic it should give a message "Enter Name in English" ...
View 1 Replies
Mar 22, 2010
I want to allow only English characters to be typed in my asp:TextBox (in asp:Login conttrol).How can I do that?
View 2 Replies
Jan 10, 2010
I am developing a site in Persian (it a right to left language), and it's supposed to be used both with IE7 and IE8. I don't have any problems with IE7 but in IE8 all my numbers show in English instead of Persian; ie instead of showing ١٢٣ , IE8 shows 123. I tested Culture and UICulture but they didn't solve the problem.
By a great chance, I found that if I Omit "DocType" tag from top of my pages this problem resolves, but some other problems appear like my Ajax popup dialog box won't work as it used to in both IE7 and IE8; I've also seen warnings that say CSS Styles may not work properly without "DocType" tag.
What's wrong with <!DocType>? And How can I solve my problem?
View 3 Replies