/**/ /*
Microsoft has just launched
Microsoft Visual Studio International pack 1.0 beta1
Supports conversion of Chinese characters and Pinyin strokes
Http://www.microsoft.com/downloads/details.aspx? Familyid = e432aeaa-7b6f-4b0d-968b-b6aafda05e34 & Amp; displaylang = en
I have extracted DLL assembly
Chncharinfo. dll
Chncharinforesource. dll
Download and share
Http://files.cnblogs.com/Microshaoft/vsipk1beta.zip
*/
// Command Line Compilation:
// Csc.exe noname1.cs/R: chncharinfo. dll
Namespace Microshaoft
{
Using System;
Using System. Collections. Generic;
Using System. Collections. objectmodel;
Using Microsoft. International. converters. pinyinconverter;
Public Class Class1
{
Static Void Main ( String [] ARGs)
{
// Pen number of Chinese Characters
Int I = Chinesechar. getstrokenumber ( ' Bytes ' );
Console. writeline (I );
// All pinyin spelling of Chinese Characters
Chinesechar x = New Chinesechar ( ' Description ' );
Readonlycollection < String > ROC = X. pinyins;
Foreach ( String S In ROC)
{
Console. writeline (s );
}
// All Chinese Characters in pinyin spelling
Char [] chars = Chinesechar. getchars ( " Yue4 " );
Foreach (Char C In Chars)
{
Console. writeline (C );
}
// All Chinese characters in the number of strokes
Chars = Chinesechar. getchars ( 20 );
Foreach (Char C In Chars)
{
Console. writeline (C );
}
Console. writeline (environment. version. tostring ());
}
}
}
Add, haha
Http://www.microsoft.com/downloads/details.aspx? Displaylang = ZH-CN & familyid = e432aeaa-7b6f-4b0d-968b-b6aafda05e34
Visual Studio International pack contains a set of class libraries that extend the. NET Framework support for global software development. Using the classes provided by this class library,. NET developers can easily create software applications that support multiple cultures and languages. The software package version 1.0 provides the following seven components to enhance. NET Framework support for global software application development.
East Asia numeric formatting library-supports formatting lowercase numeric strings into uppercase numeric strings in simplified Chinese, traditional Chinese, Japanese, and Korean.
Japanese Kana conversion library-supports converting Japanese Kana to another Japanese character.
Japanese text alignment library-supports a Japanese-specific alignment format.
The Japanese Yomi auto-completion library-Class Library supports the input of the daily input method and an example of text box control.
Korean auto complete Textbox Control-supports smart sensing and Automatic Input of Korean input methods in the text box.
Simplified Chinese pin-yin conversion library-supports obtaining common attributes of simplified Chinese characters, such as pinyin, polyphonic words, Homophone Words, and strokes.
Traditional Chinese to simplified Chinese conversion library and add-in tool-supports conversion between simplified and Traditional Chinese. this component also contains a plug-in (add-in) in the integrated development environment of Visual Studio that supports conversion between simplified and Traditional Chinese resource files.