2015-09-28 36 views
0

是否可以本地化用於Core Spotlight的CSSearchableItemAttributeSet中使用的內容描述?我沒有這樣做,我找不到有關它的信息。CoreSpotlight contentDesciption with NSLocalizedString

let attributeSet = CSSearchableItemAttributeSet(itemContentType: kUTTypeImage as String) 

attributeSet.contentDescription = NSLocalizedString("contentDescription", comment: "") 

回答