localizedStringForCollationIdentifier_ method

NSString? localizedStringForCollationIdentifier_(
  1. NSString collationIdentifier
)

Implementation

NSString? localizedStringForCollationIdentifier_(
    NSString collationIdentifier) {
  final _ret = _lib._objc_msgSend_185(
      _id,
      _lib._sel_localizedStringForCollationIdentifier_1,
      collationIdentifier._id);
  return _ret.address == 0
      ? null
      : NSString._(_ret, _lib, retain: true, release: true);
}