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:
- Create a control file.
-
Copy the following template:
<?xml version="1.0" ?> <controlFile> <resources> <resource lang="en-US"> <filePath>index.html</filePath> </resource> </resources> </controlFile> -
Change the value of the
langattribute of the<resource>element. - Publish the HTML package with the control file.