[]
Gets the locale name on the range affected by the text analysis.
string GetLocaleName(int textPosition, out int textLength)
| Type | Name | Description |
|---|---|---|
| int | textPosition | The text position to examine. |
| int | textLength | Contains the length of the text being affected by the text analysis up to the next differing locale. |
| Type | Description |
|---|---|
| string | the locale name on the range affected by the text analysis |
The localeName reference must remain valid until the next call or until the analysis returns.