English to Pig Latin
Endpoints
Contributed Clients What is this? Add / Edit / Delete Client
Detailed Description
Isthay ervicesay anslatestray English-hay to Pig atinlay
This service translates English to Pig Latin.
Rules-
1) To modify word must be at least four letters long
2) If word starts with a consonent
- take first consonents from word and append to end
- add "ay"
3) If word starts with a vowel
- add -hay to word
4) "qu" is a single consonent
visit :
http://www.aspxpressway.com/index.aspx?
pagetype=webservices&page=myPiglatinservice1&isRightContent=False
for a demo.
Usage Notes
The toPigLatin method accepts a string parameter of "English Text"
and returns a string of Pig Latin.
Using VB.Net
Dim objPiglatin As New piglatin()
Dim txtInputText As String = txtEnglish.Text
lblPigLatin.Text = objPiglatin.toPigLatin(txtInputText)
Help Message Board