No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    How to internationalize quasar tags attrs?

    Help
    2
    3
    579
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • usher
      usher last edited by

      Hi,
      I want to quasar tags attributes like helper in qfield change for each language.
      How can i handle this?
      I tested like:
      <q-field style=“direction: ltr!important”
      :count=“10”
      helper="{{$t(help)}}"
      :error=“error”
      error-label=“Some error”
      ></q-field >
      but it is not working.
      I’ll appreciate it.
      Thank you

      1 Reply Last reply Reply Quote 0
      • I
        Ivan Koprda last edited by

        you miss colon

        :helper="$t(help)"

        1 Reply Last reply Reply Quote 1
        • usher
          usher last edited by usher

          Thank you very much dear @Ivan-Koprda .
          It is working now.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post