Cisco 5505 - ASA Firewall Edition Bundle Administrator's Manual page 93

Administration guide
Hide thumbs Also See for 5505 - ASA Firewall Edition Bundle:
Table of Contents

Advertisement

Chapter 8
Customizing and Localizing the AnyConnect Client
contain information that tells the browser what language encoding (language and character set) to use.
Your browser might have a facility to automatically determine the appropriate encoding. See the online
help for your browser for specific information about multiple language support.
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.
Figure 8-4
establishing an SSL VPN connection the ability to select the language of their choice.
Figure 8-4
The following XML code affects the display of the Language Selector, and includes the <language
selector> tag and the associated <language> tags that enable and customize the Language Selector:
<auth-page>
The <language-selector> group of tags includes the <mode> tag that enables and disables the displaying
of the Language Selector, and the <title> tag that specifies the title of the drop-down box listing the
languages.
The <language> group of tags includes the <code> and <text> tags that map the language name
displayed in the Language Selector drop-down box to a specific translation table.
Make your changes to this file and save the file.
Import the customization template as a new object named sales, using the import webvpn
Step 6
customization command from privileged EXEC mode. For example:
hostname# import webvpn customization sales tftp://209.165.200.225/sales
hostname# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
OL-12950-012
shows the login page and the Language Selector. This Language Selector gives remote users
Language Selector
....
<language-selector>
<mode>enable</mode>
<title l10n="yes">Language:</title>
<language>
<code>en</code>
<text>English</text>
</language>
<language>
<code>es-us</code>
<text>Spanish</text>
</language>
</language-selector>
Customizing the End-user Experience
Cisco AnyConnect VPN Client Administrator Guide
8-11

Advertisement

Table of Contents
loading

Table of Contents