473,412 Members | 2,088 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

can c# translate a language to another one?

for example, japanese to chinese, how?

Feb 10 '06 #1
3 5658

<tt****@msn.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
for example, japanese to chinese, how?


The language offers no native support for that. It is certainly possible to
write a program that can do so with C# if you have the knowledge to do such
a thing, but the language has no such feature, no language does.
Feb 10 '06 #2

<tt****@msn.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
for example, japanese to chinese, how?


I've never heard of a programming language or library supporting human
language translation. You sure can write a program that does that using C#
if you have the knowledge and time it takes though.

Feb 10 '06 #3
UJ
Do you mean the text that is displayed to a user or just some text. If you
want just some text, try www.babbelfish.com to translate it.

If you mean the text in a program, one of the problems of having this
translated automatically is that it may not make sense in the resulting
language. Or it may take up a lot less/more space than the source language
(German is notorious for that). What I've seen people do is define each and
every string in a string array and then have the different languages be
different spots in the array. So say English would always be 0, Japanese
would be 1, German 2, ...

J.

"csharpnb" <cs******@nospam.hotmail.com> wrote in message
news:ds**********@bgsv5648.tk.mesh.ad.jp...

<tt****@msn.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
for example, japanese to chinese, how?


I've never heard of a programming language or library supporting human
language translation. You sure can write a program that does that using C#
if you have the knowledge and time it takes though.

Feb 10 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: inquirydog | last post by:
Hello- I, the inquirydog, would like to solicit suggestions for a new web page I am making: I am creating a simple website that will translate concepts between windows os's, Linux, and the...
134
by: Joseph Garvin | last post by:
As someone who learned C first, when I came to Python everytime I read about a new feature it was like, "Whoa! I can do that?!" Slicing, dir(), getattr/setattr, the % operator, all of this was very...
669
by: Xah Lee | last post by:
in March, i posted a essay “What is Expressiveness in a Computer Language”, archived at: http://xahlee.org/perl-python/what_is_expresiveness.html I was informed then that there is a academic...
1
by: Petr Prikryl | last post by:
Do you think that the following could became PEP (pre PEP). Please, read it, comment it, reformulate it,... Abstract Introduction of the mechanism for language extensions via modules...
91
by: jerger | last post by:
I want to help teach to a minority group in Milwaukee, so I want to create a dictionary program that translates a sentence (like a homework problem or teacher instructions), from English into Hmong....
4
elamberdor
by: elamberdor | last post by:
Hi All! I have a working dropdown language selector powered by google that loads the page in your chosen langauge: <p align="center"><font size="2">Translate&nbsp; : <SCRIPT...
0
by: sivamedia | last post by:
hai to all I want to Translate the given English Text into some other language for Example English - French, English - Hindi etc. i found that 1)we have to enter the database of each and...
5
by: Mirxon | last post by:
Hello, I'm working on a C program under Ubuntu. It's basd on socket. Browser calls a client cgi (C program), and send some parameters to server (C program). Server runs another program...
14
by: yxq | last post by:
Hello, I want to build the multi-language application with the xml file, how to do? could anyone tell a sample? Thank you
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.