Cisco ASA 5505 User Manual
Page 1705
74-119
Cisco ASA 5500 Series Configuration Guide using the CLI
Chapter 74 Configuring Clientless SSL VPN
Translating the Language of User Messages
Prerequisites
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.
Detailed Steps
Command
Function
Step 1
export webvpn customization template
Example:
hostname# export webvpn customization template
tftp://209.165.200.225/sales
Exports a customization template to a URL where
you can edit it.
Exports the template and creates the copy sales at
the URL specified.
Step 2
Edit the customization template and reference the
previously-imported translation table
Example:
Example:
....
en
es-us
Two areas of XML code in the customization
template pertain to translation tables.
Specifies the translation table to use.
•
The
followed by the names of the translation tables.
In this example, they are en, ja, zh, ru, and ua.
•
The
language that the remote user first encounters
when connecting to the ASA. In the example
code above, the language is English.
Note
shows the Language Selector
that displays on the logon page. The
Language Selector gives the remote user
establishing an SSL VPN connection the
ability to choose a language.
Affects the display of the Language Selector and
includes the
associated
customize the Language Selector:
•
The
the
displaying of the Language Selector and the
drop-down box listing the languages.
•
The and
name displayed in the Language Selector
drop-down box to a specific translation table.
Step 3
Save the file after making your changes.