| Visual Basic (Declaration) | |
|---|---|
| <ObsoleteAttribute("Replaced by the overrideable methods on Translate(IList<string>, LocalizedText, TranslationInfo)")> Protected Overridable Function GetTextForLocale( _ ByVal locale As String, _ ByVal textId As String, _ ByVal defaultText As String, _ ByVal ParamArray args() As Object _ ) As String | |
| C# | |
|---|---|
| [ObsoleteAttribute("Replaced by the overrideable methods on Translate(IList<string>, LocalizedText, TranslationInfo)")] protected virtual string GetTextForLocale( string locale, string textId, string defaultText, params object[] args ) | |
Parameters
- locale
- textId
- defaultText
- args
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
 
     
     
     
     
    