If you are using custom theme with login schema, the end-user login page may look like this:
You need to recustomize the display of these login page labels, follow the below steps to customize them:
1. Find your using login schema and edit it, copy the text present for the Label tag:
2. Navigate to /var/netscaler/logon/themes/<custom_theme_name>, select strings.en.json(assuming customization for English language) and add the required text in this format{“label1”:”display1”, “label2”:”display2”}.
For example:
After adding the above contents, the end-user login page will look like this:
Please note, to customize login page labels for different language, follow the same steps and edit corresponding json language files.
If your browser language is simple chinese, please use UTF-8 encoding to add the required text into strings.zh-CN.json.