I'm starting to remove the functions that use WEB_PLATFORM and replace them with the htmlsdk api ones. One thing I have not found documented, is how to get a localized string. Until now we have been using WEB_Platform.getString(myKey) - it returned the correct string with the correct language. Can you please tell me how to do this without WEB_Platform?
I tried to find something in the html sample, but am having difficulty in general with the sample, for I am not familiar with angular - Maybe it would be possible sometime to include a simple sample in just html and javascript which shows the api functionality..