- Jun 6, 2020
- 11,559
- 4,422
Hi there...
With this piece of code...
B4X:
One is able to experience this on the webapps.
So what happened? We have added i18n on BVAD3 and with the language of choice selected, we change the locale.
On the first paragraph caption property VLabel, we wrote..
B4X:
The welcome message caption is
B4X:
The Yes button label was set to
B4X:
and the No button label set to
B4X:
We have a combo to select the language of choice.
We just put a VAutoComplete on a form and set these settings..
Then trapped the...
With this piece of code...
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
One is able to experience this on the webapps.
برای دیدن تصاویر باید ثبت نام کنید
So what happened? We have added i18n on BVAD3 and with the language of choice selected, we change the locale.
On the first paragraph caption property VLabel, we wrote..
B4X:
{{ $t('message.hello', { name: 'BANanoVuetifyAD3'}) }}
The welcome message caption is
B4X:
{{ $t('message.welcome') }}
The Yes button label was set to
B4X:
{{ $t('message.yes-button') }}
and the No button label set to
B4X:
{{ $t('message.no-button') }}
We have a combo to select the language of choice.
We just put a VAutoComplete on a form and set these settings..
برای دیدن تصاویر باید ثبت نام کنید
Then trapped the...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید