Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.