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

  1. locales by adding more "- locale" entries under "locales" folder. If no "locales"
  2. 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.

0 Attachments
396 Views
Average (0 Votes)
The average rating is 0.0 stars out of 5.
Comments
No comments yet. Be the first.