How a Translatable String is Determined

To compile an object property that displays a translatable string, such as the Title property of an applet, the following happens:

  • If a value exists in the string language that the compile uses, then it compiles this string override value.

  • If the string override field for the current language mode that is set does not include a string value, then the current language mode and the String Value property of the associated symbolic string locale are used to determine the value.

In most situations, a string override does not exist. For more information, see Entering a String Override.