1. arcengine is generally in English, which makes it inconvenient for users. Sometimes it even gives up the original control to write Chinese. Now we will introduce you to a simple and convenient Chinese method.
All control-related class files in arcengine
Controltools3danalyst. dll
Controltoolsediting. dll
Controltoolsfeatureselection. dll
Controltoolsgeneric. dll
Controltoolsglobe. dll
Controltoolsgraphicelement. dll
Controltoolsink. dll
Controltoolsinquiry. dll
Controltoolsmapnavigation. dll
Controltoolsnetworkanalyst. dll
Controltoolspagelayout. dll
Controltoolsreader. dll
Controltoolsrouting. dll
Controltoolsschematic. dll
Controltoolssupportlib. dll
Put it in the installation directory, for example, E: \ Program Files \ ArcGIS \ bin directory
Open the corresponding DLL directly using. Net to obtain the corresponding resource information, such as the tag, menu, dialog box, and character file.
Modify the corresponding string and the related dialog box, and then you can define it in Chinese.
2. localized ArcGIS network analysis
open the ArcGIS installation path in text, for example, c: \ Program Files \ ArcGIS \ networkanalyst \ directions. LNG file
modified
portable
[general]
encoding = UTF-8
default = en_us -----------------------------------------------
as
[general]
BR> encoding = UTF-8
Language = zh_cn -------------------------------------------------
then find the corresponding English in the text to replace with Chinese, if "North" is "North", save
If the display is garbled, remember to save as UTF-8 encoding format
this function is applicable to ArcGIS Desktop, arcengine, arcgisserver