How To Convert English Letters To Other Languages
May 12, 2011Is there any way to convert to english words to any other languages as it typed.for example, if i type "sekar" in a text box it should be converted to "tamil" language.
View 3 RepliesIs there any way to convert to english words to any other languages as it typed.for example, if i type "sekar" in a text box it should be converted to "tamil" language.
View 3 Replieschange "Date" from English to another languages in Vb 2008 or 2010.
Before i have used...
Private Sub Form1_Load(Byval......
Timer1.Interval = 500
Timer1.Start()
Private Sub Timer1_Tick(Byval....
[Code]....
I have a string in Arabic characters that also contains some English words. I want to manipulate the English words only. How can I recognize the English words in the string?
I am using vb express 2005.
Im trying to convert the English system into the metric system in visual basic, here is what i have so far
Sub Metric()
Dim num As Single
num1 = InputBox(" enter feet...")
num2 = InputBox(" enter inches...")
I am looking for a way to convert the Arabic numerical string to an English
numerical string "0123456789"
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
dim Anum as string =
dim Enum as string =get_egnlishNum(Anum)
End Sub
private function get_egnlishNum(byval _Anum as string) as string
''converting code
End function
how to convert English text to Arabic?
View 25 RepliesIs it possible, convert english to oriya within two textbox using VB.Net? My problem is, I have two Texbox and one button. Suppose I enter a word in Textbox1 then when I click on the button then that English text convert to oriya and display in second textbox.
View 3 RepliesI'm facing a major problem with a Deployment Project I created to install one of my applications.I am using the ENGLISH IDE of the Visual Studio 2008 - even though my end users will have German environments. This is why I set the
Localization = German
Property in the Deployment Project's Properties. The UI of the generated setup is German, so all's fine there. However, the setup installs the ENGLISH .Net Framework. I have not found any way around this.The problem are at least twofold:
1. An English Framework on a German PC might cause instabilities.
2. It's a big flaw to see UI inconsistencies (i.e. the UI and Setup of the application is German while the NET Framework shows certain elements in English, e.g. the DisplayName property of cultures)how can I get the project to install the localized .NET Framework?
I'm an inquisitive .NET student without any commercial working knowledge and I have been puzzled by what exactlty are .NET languages meant for? Q1.If you look on job websites, .NET seems mainly used for web applications, not much for Windows applications? (My dream job is to develop standalone small Windows applications.)
[Code]...
visual basic.net is case insensitive so it allows the coder to write without caring or remembering the casing of variables. it also relieves from the 'undeclared variable' errors if you use the variable in another case than the one used in declaration. The fact that its line termination is a line feed makes it even more readable unlike C# or c++ that need good care in the casing and contineous war with following up with the {}, matching them and figuring out which is for which.my question is what are the advantages of c# over vb knowing that both get compiled to MSIL so there is almost no performance difference between the two languages?
View 1 RepliesI want to simulate a way to "force" the ASC function to use the english codepage, even on a system having the "language for non-unicode" different than English.[code]On a system having "language for non-unicode" set as English, currently the result is 140..On a system having "language for non-unicode" set as Slovakian, currently the result is 79..The twist is I CANNOT user AscW (for reasons I cannot disclose)In the particular example above I would need for the code to always return 140.If there's a way to force the whole program to use the english code page I could work with that as well.[code]
View 2 Repliesi want to know how to convert numbers to lettres.
View 14 Repliesim a student still learning and im stuck. im writing a program that returns the ip address, splits it in to parts, and now i need it to return a string of letters for other parts to use. EX.
ip address 127.0.0.1 will look like ABG.XXX.XXX.XXA
( i would like to set 0=X so it is easier to pick out the actual
numbers)
I am able to split it and display each part and rewrite it to textboxes without the "." but i dont know where to begin to change the numbers to the letters i need.
I am trying to make an app the will convert messages so if I type "ab" message box shows "zy"?
Public Class Form1
Private Function ggg(ByVal kinglatest) As Boolean
Dim newletter As String = ""
If kinglatest = "a" Then
newletter = "z"
End If
[Code] .....
as part of a small encryption program i am making, i am converting the contents of a textbox to hashcode. I used the built in feature for this:.GetHashCode Now once i have the hash code how do i convert it back to regular letters?
View 3 RepliesI would like to convert a String into an Integer.
My String is filled with one- or two digit numbers, letters and characters, e.g.[code]...
I'm trying to create a small program, which I think will be helpful to others(in here). My aim is to convert the English text shown in screen to Malayalam. English-to-Malayalam conversion is not a problem. But the problem is, how to extract the text from the screen. In most of the converter/translator, the text needs to be copied or written down in the translator tool. But my program will cut off that part. That is, simply move the program window (having a rectangle hollow portion) to the English word that needs to be converted. And upon pressing a button (or autodetect), the English word is converted to Malayalam.
So, my question is how to extract the English text(or words) from the screen (which is seen through the hollow portion of the window.
Here's a screenshot of what I'm trying to do.
my teacher gave me this text document call english.dic.... it has 196000 words or maybe more. can anyone know how to do if i want to run the program, i can choose if i want uk english or us english. at the moment i have this button1 and listbox1.and when i press button 1 it would list all the words.
[code....]
this is my code for button1 and listbox1. can i use a radiobutton and select uk english or us english and only those words will be shown at listbox1? or there's no way i can do it cos it depends on the file already?
I'm keeping track of some things that are numbered and others that are lettered; while NumericUpDown is perfect for selecting numbered things, I need an analogue for selecting lettered things. The obvious choice would be a listbox that just contains all the letters of the alphabet. But I need to show only the appropriate range of letters, so if I want to use a listbox, I need to write a function that populates the listbox with the first n letters of the alphabet; if n > 26, it should continue with aa, ab, and so on. How do I do this?
View 17 RepliesBest way to have different languages?
View 4 Repliesi am trying to get the available languages installed in visitors pc's. The problem is that i don't want to get the languages from the internet browser.
View 1 Repliesi have a program using a select case to convert letters to special charaters. My question is how can I get the code to read upper and lower case letters without having to put the upper case letters in my select case statement. Example: Part of my code is
[Code]...
I´ve been tryed to get more languages in my program.I´ve tryed application settings.
View 8 RepliesWhy use VB over other programming languages?
View 2 RepliesHow do I calculate relative time?How do I calculate someone's age in C#? Anyone know how of a function in VB.NET or C# that will take two dates, calculate the difference and output that difference in an english string? For example if I pass the dates '3/10/2009' and '3/25/2009', the function would return the string "15 Days" or if I pass the dates '3/10/2005' and '3/15/2007', the function would return "2 Years, 5 days"
View 3 RepliesI'm building a website which will have a Spanish and Italian version.
In the past, when building a site which must be available in different languages, I've created a SQL Table like follows:
dbo.News
--------
ID int
EnglishTitle nvarchar(200)
SpanishTitle nvarchar(200)
[Code]....
However, I've found this really time consuming (especially if the client later asks for another language option as a second phase).
What is the best practice for doing something like this, allowing scope for extra languages?
Is there a way to perform this in VB.NET like in the C-Style languages:
struct Thickness
{
double _Left;
double _Right;
[code].....
I'm not sure if what I am trying to do is possible, but surprisingly VS2008 seems to let me copy a .cs file directly into my VB.NET project. I then thought that I may be able to use the class in this file directly from VB.NET. However, it doesn't see it when I try to reference it in. Is what I'm trying to do possible, or is VS2008 simply treating the C# file as a resource file or something?
View 3 RepliesI have been playing around with trying to create an english to pig latin translator. I am not really sure where to start, so right now I am just focusing on splitting a string and search for "A", if the word has "A" add "way" to the end of it. Here is what I figured out from some reasearch (I found most of this from a post on here): Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[Code]...
It works, But I am not sure how to get it so it search the entire string without having to do 1,2,3,ect.
What would be the best way to search the string for certain letters? I was thinking some type of case or loop but I tried a few different things, but could not get it process correctly. Google, gives me alot of different examples, but I can not get most of them working with my code. I only have a semester of VB.net Programming, so I am trying to find the best way to do this, without making it too complicated.
[Code]...
Declare constants for all numeric values in the two formula above. The variable used to represent the number of meters and the numeric constant 39.37 must be declared as the data type double. the constants and data types in the first formula should be declared as integers. Convert the Total Inches in the second formula to a Double data type before using it in the calculation. Set Option Strict to on in your code. (Hint: After the number of meters has been determined, the maximum number of kilometers can be computed from Kilometers = Meters/1,000. Next, the remaining meters can be determined from: Remaining Meters = Meters - 1,000 * Kilometers. The number fo integer meters in Remaining Meters then can be determined from: Integer Meters = Convert.ToInt32(Remaining Meters). Continue with the same technique to compute the number of centimeters.)
[Code]...