| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim locale As String Dim text As String Dim instance As New LocalizedText(locale, text) | |
Parameters
- locale
- The locale code applicable for the specified text
- text
- The text to store
            Initializes the object with a locale and text.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    