CustomLabelTranslation
PrintVisualforce Page Details
| Name | CustomLabelTranslation |
| Label | CustomLabelTranslation |
| Namespace Prefix | omnistudio |
| Api Version | 56 |
| Markup | <apex:page controller="omnistudio.CustomLabelTranslationController" contentType="application/x-JavaScript; charset=utf-8" showHeader="false" sidebar="false" language="{!labelLanguage}" standardStylesheets="false"> "language" : { "code" : "{!labelLanguage}" }, <apex:repeat value="{!labels}" var="labelName"> "{!labelName}" : "{!JSENCODE($Label[labelName])}", </apex:repeat> </apex:page> |