There was an error while loading. Please reload this page.
Gets the display string for the passed entity and component (view, form) id.
This example demonstrates how to get the localized label for certain view for Account entity.
MobileCRM.Localization.initialize(startPointFn, MobileCRM.bridge.alert); function startPointFn(localization) { var viewLabel = MobileCRM.Localization.getComponentLabel("account", "View", "Custom View"); MobileCRM.bridge.alert(viewLabel); }
Links: