Packages

o

dynamics.client.common

LocalizedHelpers

object LocalizedHelpers

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalizedHelpers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class RichLabel extends AnyRef

    Make labels easier to use.

Value Members

  1. def findByLCID(lcid: Int, info: Label): Option[LocalizedLabel]

    Return the localized label (based on lcid) then the user localized label then None.

  2. def label(info: Label, lcid: Option[Int] = None): Option[String]

    Get user localized label.

    Get user localized label. If absent, use lcid, if absent, return None

  3. def labelForUser(info: Label): Option[String]

    Return the label for the user localized label or None.