473,385 Members | 1,356 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,385 software developers and data experts.

More than 1 language

Hi,

I try to create a new application from VB.NET.
Bottoms, text and output will show both english and Chinese.

Should I use Chinese version or I still use English verion?
If I use English version how can I add Chinese text into my applications.

Thanks,

Dannie

Jul 21 '05 #1
2 1252
You'll want to use Satellite assemblies. These are resource assemblies that can contain locale-specific strings and binary data
(images, etc.) specific to a particular language and locale. Satellite assemblies can be used in .NET by specifying a
language/locale or you can let .NET choose the satellite assembly to load the string from using the current language/locale of the
users computer.

Check out http://msdn.microsoft.com/library/de...gResources.asp

There are plenty of articles and docs on MSDN that can show you how to accomplish this in VS.NET using the resource editor and other
tools, other than the example above.

Good luck

--
Dave Sexton
dave@www..jwaonline..com
-----------------------------------------------------------------------
"Dannie Chan" <Da********@discussions.microsoft.com> wrote in message news:25**********************************@microsof t.com...
Hi,

I try to create a new application from VB.NET.
Bottoms, text and output will show both english and Chinese.

Should I use Chinese version or I still use English verion?
If I use English version how can I add Chinese text into my applications.

Thanks,

Dannie

Jul 21 '05 #2
Dannie,

You can use the RESX files.
That is activited by instance by pushing on your Form options in the showed
languages the language you are using at that moment.

(It is only a design time option, which is not real a property). Than an
extra folder is created and the code of your designer part is completly
changed.

Than by switching between the languages you can set the texts in your
program using the propertys.

I have never heard in these newsgroups about somebody who has successful
used it, so when somebody who did reads this, will he/she than give a
reaction here.

I have heard about people (including myself) who have tried it, however
where never able to set it back to the original situation when they desided
to take another approach. (It is in my opinion as well a hell of a job to
deploy)

Therefore I have build my own solution around it using a XML datasetfile.

The globalization namespase is in oposite too that a very great and good
helpful tool to use and that as well in connection with that XML dataset I
wrote above about.

http://msdn.microsoft.com/library/de...balization.asp

Just my idea,

Cor
Jul 21 '05 #3

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

Similar topics

303
by: mike420 | last post by:
In the context of LATEX, some Pythonista asked what the big successes of Lisp were. I think there were at least three *big* successes. a. orbitz.com web site uses Lisp for algorithms, etc. b....
8
by: Will | last post by:
I just discovered Python and looked briefly at one of the tutorials for beginners... It looks a lot like the old Command line Basic... I'm sure it does much more but... 1 - Can you create...
22
by: bearophile | last post by:
Ville Vainio: >It's highly typical for the newbies to suggest improvements to the >language. They will usually learn that they are wrong, but the >discussion that ensues can be fruitfull anyway...
11
by: Adonis | last post by:
What I do not understand, or not clear to me I should say, is how can some people regard Python as a scripting language? In particular the JAVA crowd. Unless my understanding is off, and from what...
16
by: worzel | last post by:
is python more popular than coldfusion? I realsie that is a very general question as one thing does not directly relate to the other. My issue is that I am ditching coldfusion due to there being...
5
by: Booted Cat | last post by:
I've seen lots of discussions on the proposed inclusion of "function call with named arguments" to C/C++ on these newsgroups. My proposal is slightly different in that: * No ANSI approval is...
3
by: Water Cooler v2 | last post by:
Questions: 1. Can there be more than a single script block in a given HEAD tag? 2. Can there be more than a single script block in a given BODY tag? To test, I tried the following code. None...
6
by: milind | last post by:
tell more about .net framework EggHeadCafe.com - .NET Developer Portal of Choice http://www.eggheadcafe.com
31
by: walterbyrd | last post by:
"Once you start down the Dark path, forever will it dominate your desiny. Consume you, it will." - Yoda I'm fairly new to web-development, and I'm trying out different technologies. Some people...
151
by: istillshine | last post by:
There are many languages around: C++, JAVA, PASCAL, and so on. I tried to learn C++ and JAVA, but ended up criticizing them. Is it because C was my first programming language? I like C...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...

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.