---
title: "SCBondInterfaceSetLocalizedDisplayName(_:_:)"
framework: systemconfiguration
role: symbol
role_heading: Function
path: "systemconfiguration/scbondinterfacesetlocalizeddisplayname(_:_:)"
---

# SCBondInterfaceSetLocalizedDisplayName(_:_:)

Sets the localized display name for the specified Ethernet bond interface.

## Declaration

```swift
func SCBondInterfaceSetLocalizedDisplayName(_ bond: SCBondInterface, _ newName: CFString) -> Bool
```

## Parameters

- `bond`: The Ethernet bond interface.
- `newName`: The new display name.

## Return Value

Return Value TRUE if the configuration was stored; FALSE if an error occurred.

## See Also

### Configuring Ethernet Bond Interfaces

- [SCBondInterfaceCopyAll(_:)](systemconfiguration/scbondinterfacecopyall(_:).md)
- [SCBondInterfaceCopyAvailableMemberInterfaces(_:)](systemconfiguration/scbondinterfacecopyavailablememberinterfaces(_:).md)
- [SCBondInterfaceCopyStatus(_:)](systemconfiguration/scbondinterfacecopystatus(_:).md)
- [SCBondInterfaceCreate(_:)](systemconfiguration/scbondinterfacecreate(_:).md)
- [SCBondInterfaceGetMemberInterfaces(_:)](systemconfiguration/scbondinterfacegetmemberinterfaces(_:).md)
- [SCBondInterfaceGetOptions(_:)](systemconfiguration/scbondinterfacegetoptions(_:).md)
- [SCBondInterfaceRemove(_:)](systemconfiguration/scbondinterfaceremove(_:).md)
- [SCBondInterfaceSetMemberInterfaces(_:_:)](systemconfiguration/scbondinterfacesetmemberinterfaces(_:_:).md)
- [SCBondInterfaceSetOptions(_:_:)](systemconfiguration/scbondinterfacesetoptions(_:_:).md)
- [SCBondStatusGetInterfaceStatus(_:_:)](systemconfiguration/scbondstatusgetinterfacestatus(_:_:).md)
- [SCBondStatusGetMemberInterfaces(_:)](systemconfiguration/scbondstatusgetmemberinterfaces(_:).md)
- [SCBondStatusGetTypeID()](systemconfiguration/scbondstatusgettypeid().md)
