Language - Fluid Topics - Latest

HTML Package Connector Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

By default, the ft:locale value of an HTML package is the language set as the default content language in the Content languages section of the Languages menu.

To give an HTML package a custom language:

  1. Create a control file.
  2. Copy the following template:

    <?xml version="1.0" ?>
    <controlFile>
      <resources>
        <resource lang="en-US">
          <filePath>index.html</filePath>
        </resource>
      </resources>
    </controlFile>
    
  3. Change the value of the lang attribute of the <resource> element.

  4. Publish the HTML package with the control file.