Jump to content
Updated Privacy Statement

Joost Sannen

Members
  • Posts

    75
  • Joined

  • Last visited

  • Days Won

    2

Community Answers

  1. Joost Sannen's post in Gateway portal nFactor and theme translation was marked as the answer   
    The login schema of OnlyUsername.xml differs between 13.1 and 14.1 . I couldn't get the label translation working with the default one in 13.1 .
    GOAL
    Change 'User name' to 'Username :' and in Dutch 'Gebruikersnaam :' Remove the assistive text in the username box. Change ' Please enter UserName ...' to 'Enter your credentials for [NAME OF SERVICE] and in Dutch 'Voer uw account in voor toegang tot [NAME OF SERVICE]' What I did is
    Use the OnlyUsername.xml from 14.1 on my 13.1 production Netscaler. Removed all values in strings.en.json and strings.nl.json in /var/netscaler/logon/LogonPoint/custom/ Edited strings.en.json and strings.nl.json in my custom theme located /var/netscaler/logon/themes/[THEME NAME]/ Warning: If you don't get immediate proper results this might be the internal Netscaler caching. Even when the integrated caching feature is not enabled. Invalidate objects of the loginstaticobjects content group by flushing objects. Reopen an InPrivate browser and try again.
    My json files
    strings.en.json
    {
    "onlyusername_user_name":"Username :",
    "onlyusername_please_enter_username_...":"Enter your credentials for [NAME OF SERVICE]",
    "onlyusername_please_supply_either_username_as_saamaccountname":""
    }
    strings.nl.json
    {
    "onlyusername_user_name":"Gebruikersnaam :",
    "onlyusername_please_supply_either_username_as_saamaccountname":"",
    "onlyusername_please_enter_username_...":"Voer uw account in voor toegang tot [NAME OF SERVICE]"
    }
    @Hemang Raval​ this may need some improvement in Netscaler.
    Regards, Joost
×
×
  • Create New...