sivaprasad9394
Occasional Collector

CMS_INPUT_TEXT with multi lingual with defaualt master language set??

Jump to solution

Hello Team,

My Master langauage is EN.

1) Entering some short-id value for EN language Tab with some AlphaNumeric values.

2) Entering some short-id value for DE language Tab with some AlphaNumeric values.

3) Entering some short-id value for IT(ITALY) language Tab with some AlphaNumeric values.

How to set EN short-id value for all the remaining language tabs?

Is it possible in Firstspirit? I think this is not possible in Firstspirit.

Version: 5.2.426

Language.png

Form:

    <CMS_INPUT_TEXT name="ptMediasuiteID" editable="yes" hFill="no" length="25" noBreak="yes" useLanguages="yes">

      <LANGINFOS>

        <LANGINFO lang="*" label="Short-ID:"/>

      </LANGINFOS>

    </CMS_INPUT_TEXT>

HTML:

$CMS_IF(ptMediasuiteSection.equalsIgnoreCase("content"))$

    <div class="theme_special_teaser">

        <div class="top"></div>

        $CMS_RENDER(template:"video_iframe",iframe_width:444,marginLeft:15)$

        <div class="bottom"></div>

    </div>

$CMS_END_IF$

Template : video_iframe

HTML:

<iframe id="video_iframe" width="$CMS_VALUE(iframe_width)$px" height="$CMS_RENDER(script:"getvideoheight",width:iframe_width.toString(),ratio:ptMediasuiteAssetRatio.toString(),subtitlesIncluded:ptMediasuiteAssetSubtitlesIncluded.toString())$px" src="$CMS_VALUE(psMediasuiteUri)$/$CMS_VALUE(psMediasuiteMandator)$/$CMS_VALUE(ptMediasuiteID,default:"")$/$CMS_VALUE(iframe_width)$" frameborder="0" scrolling="no" style="margin-left: $CMS_VALUE(marginLeft)$px;"></iframe>

Thanks and Regards,

Siva

0 Kudos
10 Replies

You're welcome, Siva.

Best regards,

Stefan

0 Kudos