Visual Basic (Declaration) | |
---|---|
<ObsoleteAttribute("Replaced by the overrideable ITranslationManager methods.")> Public Function GetText( _ ByVal preferredLocales As IList(Of String), _ ByVal textId As String, _ ByVal defaultText As String, _ ByVal ParamArray args() As Object _ ) As LocalizedText |
C# | |
---|---|
[ObsoleteAttribute("Replaced by the overrideable ITranslationManager methods.")] public LocalizedText GetText( IList<string> preferredLocales, string textId, string defaultText, params object[] args ) |
Parameters
- preferredLocales
- textId
- defaultText
- args
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family