0

를 사용하지 않습니다스위프트 UIDocumentInteractionController 나는 내 응용 프로그램이 같은 UIAlertAction 내 UIDocumentInteractionController를 사용하여 다른 응용 프로그램에 생성 된 파일의 개방 위임하기 위해 노력하고있어 장치 언어

// variable in the class 
var documentController:UIDocumentInteractionController! 

// the alertAction 
let okAction = UIAlertAction(title: "Öffnen", style: .default, handler: { (_) in 
      self.documentController = UIDocumentInteractionController(url: filePath) 
      self.documentController.presentOpenInMenu(from: self.view.frame, in: self.view, animated: true) 
     }) 

문제가 있다는 것입니다을 장치 언어가 다른 경우에도 UIDocumentInteractionController는 항상 영어로 표시됩니다. 내가 뭔가를 놓쳤습니까? UIDocumentInteractionController의 언어는 어디에서 변경할 수 있습니까?

+0

무엇을 의미합니까? 취소 버튼은 항상 영어로되어 있습니까? –

+0

앱이 영어가 아닌 다른 언어 버전을 지원합니까? – rmaddy

+0

@LeoDabus 예 취소 버튼은 항상 영어로되어 있으며 다른 앱의 텍스트도 영어로 표시됩니다. 예를 들어 "메모에 추가" – LarsGvB

답변

0

rmaddy가 Developement-Language를 변경하면 의견이 적용됩니다. 이제는 UIDocumentInteractionController의 모든 내용이 독일어로 표시됩니다.