Setting Application Locales - Wiki
Wiki
« Back to HowTo Articles
Setting Application Locales
Setting Application Locales#
Etch application developers can add a list of locales to support in the application's project.yaml file and all defined locales will display in the Cisco Unified Application Environment Administration interface when configuring partitions. The following excerpt illustrates the structure used in the project.yaml file.
# This section defines locales the application supports. Define more supported
- locales by adding more "- locale" entries under "locales" folder. If no "locales"
- folder is specified in this file, CUAE will add "en-US" as default locale.
locales: - locale: en-US - locale: de-DE - locale: fr-FR}}}
For more information about the project.yaml file, see any one of the Etch-based example applications on the Examples page.
397 Views