Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagec#
Elements.Company
  .Caption("de-CH", "Firma")
  .Caption("fr-CH", "firme");

This is the recommended way to set captions.

...