get static method

String get(
  1. String key
)

Implementation

static String get(String key) {
  return Localization.getValue(key);
}