Referencing The Language In A Customization Object - Cisco PIX 500 Series Configuration Manual

Security appliance command line
Hide thumbs Also See for PIX 500 Series:
Table of Contents

Advertisement

Clientless SSL VPN End User Setup
Step 3
Import the translation table using the import webvpn translation-table command from privileged
EXEC mode.
In the following example, the XML file is imported es-us—the abbreviation for Spanish spoken in the
United States.
hostname# import webvpn translation-table customization language es-us
tftp://209.165.200.225/portal
hostname# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
hostname# show import webvpn translation-table
Translation Tables' Templates:
AnyConnect
PortForwarder
csd
customization
keepout
url-list
webvpn
Citrix-plugin
RPC-plugin
Telnet-SSH-plugin
VNC-plugin
Translation Tables:
es-us customization
If you import a translation table for the AnyConnect domain, your changes are effective immediately. If
you import a translation table for any other domain, you must continue to
customization object, identify the translation table to use in that object, and specify that customization
object for the group policy or user.

Referencing the Language in a Customization Object

Now that you have created a translation table, you need to refer to this table in a customization object.
Steps 4 through 6 describe how to export the customization template, edit it, and import it as a
customization object:
Export a customization template to a URL where you can edit it using the export webvpn customization
Step 4
template command from privileged EXEC mode. The example below exports the template and creates
the copy sales at the URL specified:
hostname# export webvpn customization template tftp://209.165.200.225/sales
Edit the customization template and reference the previously-imported translation table.
Step 5
There are two areas of XML code in the customization template that pertain to translation tables. The
first area, shown below, specifies the translation tables to use:
<localization>
</localization>
The <languages> tag in the XML code is followed by the names of the translation tables. In this example,
they are en, ja, zh, ru, and ua. For the customization object to call these translation tables correctly, the
tables must have been previously imported using the same names. These names must be compatible with
language options of the browser.
The <default-language> tag specifies the language that the remote user first encounters when connecting
to the security appliance. In the example code above, the language is English.
Cisco Security Appliance Command Line Configuration Guide
37-76
<languages>en,ja,zh,ru,ua</languages>
<default-language>en</default-language>
Chapter 37
Configuring Clientless SSL VPN
Step
4, where you create a
OL-12172-03

Advertisement

Table of Contents
loading

This manual is also suitable for:

Asa 5500 series

Table of Contents