[]
Switches the digits in the content to the native digits of the specified language.
public static string SwitchToNativeDigits(this string content, int language)
| Type | Name | Description |
|---|---|---|
| string | content | The content to switch. |
| int | language | The language LCID (Locale Identifier). |
| Type | Description |
|---|---|
| string | The content with native digits if the language is valid; otherwise, the original content. |