Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

am I right in thinking that to get a tri-lingual db, the only way is to copy all the layouts twice, rename them, change the labels and adapt the button scripts so they link to the desired layout of the same language?

I just want to be sure not to create an absurdly complex db for a very simple problem.

thanks

hans peter

I shudder to think about what this would do to your scripts... How many layouts and fields are you talking about?

Thinking off the top of my head...

Another way might be to create an interface module, with a table for languages, a table for interface elements, and a join table between them. You'd create separate entries for each language, for each data element on a layout, and then add language-specific terms in the join table.

For example:

LANG:

ID Lang

------------

1 ENG

2 FRE

3 GER

SCREENELEMENTS:

ID Field

------------

1 FName

2 LName

3 Address

JOIN:

LID FID Term

---------------

1 1 First Name

2 1 Prenom

3 1 :(

etc.

Then, instead of labels, use these fields, based on the language selected by the user.

Although this would be hell to set up, what with all the different screen elements to track, I think it would ultimately be less trouble to maintain--especially when you have to add a fourth language.

But I have no idea whether this idea would actually work!

Best of luck.

David

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.