I have some text in English to display in UI. Should I display using NSTextField or WebView. That should support localization changes, means if I want corresponding text in any other language, I should be able to display that too dynamically. The problem here is the corresponding text in some other languages can be bigger in length than in English, so whatever I use (NSTextField or WebView), it should be able to accommodate that. I have seen some projects where people have used WebView and fetch the text from HTML file to show in that view. Can you please explain what should I use ? OR what is the advantage of using WebView over NSTextField?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.