ComponentOne Bitmap for UWP
FindLocaleName Method

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > LocalizedStrings Class : FindLocaleName Method
HRESULT IDWriteLocalizedStrings::FindLocaleName([In] const wchar_t* localeName,[Out] unsigned int* index,[Out] BOOL* exists)
Syntax
'Declaration
 
Public Function FindLocaleName( _
   ByVal localeName As System.String, _
   ByRef index As System.Integer _
) As System.Boolean
public System.bool FindLocaleName( 
   System.string localeName,
   out System.int index
)

Parameters

localeName
index
See Also

Reference

LocalizedStrings Class
LocalizedStrings Members