Cisco 5505 Administration Guide - Page 93

import webvpn, customization, Language Selector

Page 93 highlights

Chapter 8 Customizing and Localizing the AnyConnect Client Customizing the End-user Experience 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 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 shows the login page and the Language Selector. This Language Selector gives remote users establishing an SSL VPN connection the ability to select the language of their choice. Figure 8-4 Language Selector The following XML code affects the display of the Language Selector, and includes the tag and the associated tags that enable and customize the Language Selector: Step 6 .... enable Language: en English es-us Spanish The group of tags includes the tag that enables and disables the displaying of the Language Selector, and the tag that specifies the title of the drop-down box listing the languages. The group of tags includes the and 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 customization command from privileged EXEC mode. For example: hostname# import webvpn customization sales tftp://209.165.200.225/sales hostname OL-12950-012 Cisco AnyConnect VPN Client Administrator Guide 8-11

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118

8-11
Cisco AnyConnect VPN Client Administrator Guide
OL-12950-012
Chapter 8
Customizing and Localizing the AnyConnect Client
Customizing the End-user Experience
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
shows the login page and the Language Selector. This Language Selector gives remote users
establishing an SSL VPN connection the ability to select the language of their choice.
Figure 8-4
Language Selector
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>
....
<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>
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.
Step 6
Import the customization template as a new object named sales, using the
import webvpn
customization
command from privileged EXEC mode. For example:
hostname#
import webvpn customization sales tftp://209.165.200.225/sales
hostname# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!