C++
virtual Acad::ErrorStatus getLocaleMediaName( AcDbPlotSettings * pPlotSet, const ACHAR * canonicalName, const ACHAR *& localeName ) = 0;
Description
Given the canonical (locale-independent) representation for a given media name, returns the localized version.
Parameters
| Parameters | Description |
|---|---|
| pPlotSet | Input pointer to AcDbPlotSettings object |
| canonicalName | Input locale independent media name identifier (item type returned by canonicalMediaNameList()) |
| localeName | Output localized version of media name represented by canonicalName parameter |