Re: Multilanguage
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 12 Oct 2007 12:35:12 -0400
Zhangming,
There is really no way to do that. Assuming that you are storing
everything in unicode columns, you can try and scan every character, and see
if they all fall within some subset of unicode which corresponds to a
particular language, but at best, that is a heuristic. You really need to
store the language along with the information.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
"Zhangming Su" <suzm@xxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:fenvhr$4om$1@xxxxxxxxxxxxxxxxxxxx
My database contains multiple languages such as Englisg, French, Chinese,
Japanese...(16 languages). Can any one tell me how I can detect which kind
of language is saved in a column without any additional flag by program?
.
- References:
- Multilanguage
- From: Zhangming Su
- Multilanguage
- Prev by Date: Re: Parameter as reference but I am not using "ref"
- Next by Date: Newbie Question: decimal variable type
- Previous by thread: Multilanguage
- Next by thread: Re: Multilanguage
- Index(es):
Relevant Pages
|