'Declaration
Public Function New( _ ByVal key As String, _ ByVal locale As String, _ ByVal text As String _ )
'Usage
Dim key As String Dim locale As String Dim text As String Dim instance As New LocalizedText(key, locale, text)
Parameters
- key
- A key used to look up the text for different locales
- locale
- The locale for the text provides
- text
- The localized text