getValue abstract method

String? getValue(
  1. String languageRange
)

Gets the string representation of the value in the default locale (Locale.ENGLISH).

@param languageRange the set of languages requested @return the string representation of the value

Implementation

String? getValue(String languageRange);