Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ITranslatableObject Dim manager As ITranslationManager Dim preferredLocales As IList(Of String) Dim value As ITranslatableObject value = instance.Translate(manager, preferredLocales) |
C# | |
---|---|
ITranslatableObject Translate( ITranslationManager manager, IList<string> preferredLocales ) |
Parameters
- manager
- The manager which provides the translations.
- preferredLocales
- The locales to use.
Return Value
A copy of the object
The copy is not necessarily a deep copy and may reference components of the original object.
The original object is not changed.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x