Is it possible to set the required print language programmatically so that the user does not have to

Discussion in 'Knowledge Base' started by admin, May 17, 2013.

    
  1. admin

    admin Administrator Staff Member


    Query
    Is it possible to set the required print language programmatically so that the user does not have to select the print language each time?
    Solution
    Yes, it is possible by setting the Variable SVCurrentUILanguageId with the number corresponding to the desired language.

    [#Form: POS Invoice Print]

    Set : SVCurrentUILanguageId : 1081

    By default, the above POS Invoice printing will be set to Hindi Language.

    Below is the list of few Indic Language ID


    Lang
    ID
    Language
    1081​
    Hindi
    1093​
    Bengali
    1094​
    Punjabi
    1095​
    Gujarati
    1096​
    Oriya
    1097​
    Tamil
    1098​
    Telugu
    1099​
    Kannada
    1100​
    Malayalam
    1101​
    Assamese
    1102​
    Marathi
    1103​
    Sanskrit
     


  2. Sanjeev S

    Sanjeev S Active Member


    Thanks Kiran Sir.
     


Share This Page