0
Besvaret

multiple languages

mark 11 år siden opdateret af Alin Alexandru Matei 11 år siden 1

How do you set up multiple languages. For example when you tap a graphic element that says english on the title page or page 1, it shows the english text on all pages and hides the dutch text and the same for the dutch graphic element only reversed.

Svar

Svar
Besvaret

Hello Mark this is how you can set multiple languages:

1) On the first page add a global counter.

2) On the botton that you tap to select language 1, you add a Counter Set behavior that will set the global counter to 1.

    On the botton that you tap to select language 2, you add a Counter Set behavior that will set the global counter to 2.

3)On the other pages you will need to set the specific language elements invisible on runtime. And for every behavior you will need to have a Show behavior Invoke on Page Load and with this condition: App Counter (the global counter) Value is ( 1 or 2 depending on what language the element is for).

I've attached a small app to see how this can be set:

225 - Multiple Languages.zip

Svar
Besvaret

Hello Mark this is how you can set multiple languages:

1) On the first page add a global counter.

2) On the botton that you tap to select language 1, you add a Counter Set behavior that will set the global counter to 1.

    On the botton that you tap to select language 2, you add a Counter Set behavior that will set the global counter to 2.

3)On the other pages you will need to set the specific language elements invisible on runtime. And for every behavior you will need to have a Show behavior Invoke on Page Load and with this condition: App Counter (the global counter) Value is ( 1 or 2 depending on what language the element is for).

I've attached a small app to see how this can be set:

225 - Multiple Languages.zip

Thanks for the help!!

Kundesupport af UserEcho