Selecting a language using the API

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gundogduyakici
    Senior Member
    • Mar 2018
    • 165

    Selecting a language using the API

    Hello guys,

    I am using the espo API for mobile application. How do I get the text in the user's language? Is there such a parameter?
    Thanks in advance for your answers.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    url api/v1/App/user
    returns a lot of user's data, "language" as well

    Comment

    • gundogduyakici
      Senior Member
      • Mar 2018
      • 165

      #3
      Yes I know, but tabList comes in English the chosen language does not come.
      Last edited by gundogduyakici; 03-16-2018, 06:50 AM.

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        url for language /api/v1/I18n
        tabList translation is in Global > scopeNamesPlural > entity name

        Comment

        • gundogduyakici
          Senior Member
          • Mar 2018
          • 165

          #5
          I understand thank you for the answer tanya

          Comment

          Working...