| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim localeIds As IList(Of String) Dim names As IList(Of LocalizedText) Dim defaultName As LocalizedText Dim value As LocalizedText value = Utils.SelectLocalizedText(localeIds, names, defaultName)  | |
| C# | |
|---|---|
public static LocalizedText SelectLocalizedText( IList<string> localeIds, IList<LocalizedText> names, LocalizedText defaultName )  | |
Parameters
- localeIds
 - names
 - defaultName
 
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x