Locale-specific Version of a Form at Runtime

When localized versions of a form exist along with the base version in the runtime environment, the runtime will choose the locale-specific version that corresponds to the locale that is set on the user’s system. If no version is present on the runtime server for that locale, the base version will be used.

You can use the Form.setLocale(String) and Form.getLocale() methods to change the locale settings of the form.