ArcObjects Library Reference (NetworkAnalyst)  

INACompactStreetDirectionsAgent.Language Property

Language to use when generating directions.

[Visual Basic .NET]
Public Property Language As String
[C#]
public string Language {get; set;}
[C++]
HRESULT get_Language(
  BSTR* strLanguage
);
[C++]
HRESULT put_Language(
  BSTR strLanguage
);
[C++]

Parameters

strLanguage [out, retval]   strLanguage is a parameter of type BSTR strLanguage [in]   strLanguage is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

Specifies the Language you want to see the directions in.

This requires that you know which languages are supported by your directions configuration files.

See Also

INACompactStreetDirectionsAgent Interface