SwitchToNativeDigits Method
Switches the digits in the content to the native digits of the specified language.
'Declaration
Public Shared Function SwitchToNativeDigits( _
ByVal As String, _
ByVal As Integer _
) As String
Parameters
- content
- The content to switch.
- language
- The language LCID (Locale Identifier).
Return Value
The content with native digits if the language is valid; otherwise, the original content.