JET_UNICODEINDEX.GetEffectiveLocaleName method

As a workaround for systems that do not have LCID support, we will convert a VERY limited number of LCIDs to locale names.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Function GetEffectiveLocaleName As String
'Usage
Dim instance As JET_UNICODEINDEX
Dim returnValue As String

returnValue = instance.GetEffectiveLocaleName()
public string GetEffectiveLocaleName()

Return value

Type: System.String
A BCP-47 style locale name.

See also

Reference

JET_UNICODEINDEX class

JET_UNICODEINDEX members

Microsoft.Isam.Esent.Interop namespace