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

I need advice to develop a small application to support in multi-languages.

its should support to all languages like labels, button names and title of the layout..

could any one please share your suggestion to bring this feature to my fm 12 application

Many thanks in advance for your valuable time

It's a lot of work.

One way is to create a table with records for each language. The records will have fields for every label, button name, custom dialog message... every single string that needs to be localised. Layouts will need to display these fields instead of text objects, same for buttons and custom dialogs.

We do something similar to what Vaughan mentioned, each field label is a single row portal, incrementing the initial row then gives us the field references. Also in the portal is a calculated container field for background color, and the tooltip refences a field from the table for the labels. We set a global on layout load that sets the relationship for the layout via the layout name. Another script run on record load sets appropriate background colors or turns off buttons based on record content.

This was setup before conditional formatting, and variables. It is a whole lot of work, but makes adding a language quite easy once its in place. It also allows for dynamic switching between languages at any time via a language select button on each layout.

Also check FM12 for language field entry compatibility, since the introduction of unicode in FM7, certain languages such as Thai cannot be entered directly into fields, this has been reported but never fixed. I have not downloaded FM12 yet to see if this has been fixed.

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.