how to Know the language of the writing that had been made
-
how to Know the language of the writing that had been made thanks
-
how to Know the language of the writing that had been made thanks
-
how to Know the language of the writing that had been made thanks
iam Designing a program in C# and i want to know if the user of the program entered the data in english language or arabic for example, so how can i check for that ?
-
iam Designing a program in C# and i want to know if the user of the program entered the data in english language or arabic for example, so how can i check for that ?
English won't contain arabic characters, so you could check which unicode range they fall in.. Won't help to distinguish many west european languages from eachother though, perhaps spellcheck would help (the language in which there would be the lowest number of errors would be most likely)
-
English won't contain arabic characters, so you could check which unicode range they fall in.. Won't help to distinguish many west european languages from eachother though, perhaps spellcheck would help (the language in which there would be the lowest number of errors would be most likely)
harold aptroot wrote:
the language in which there would be the lowest number of errors would be most likely
Not necessarily. Look at the number of spelling errors in a lot of the posts here that are supposed to be in English.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
harold aptroot wrote:
the language in which there would be the lowest number of errors would be most likely
Not necessarily. Look at the number of spelling errors in a lot of the posts here that are supposed to be in English.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
That's why I say "is most likely" instead of "is" :) But if you're making so many spelling errors.. well.. I would be surprised if it's even possible to detect the language..
Many thanks