getLocaleRuleName()
Obtains the locale reference rule name referenced by the environment object for the field values.
Returns
The locale reference rule name as a string.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns VEHICLE-!VIEW!VEHICLEDETAILS
if the
current environment object corresponds to a view named VehicleDetails in the Work
class. The VEHICLE-!VIEW!VEHICLEDETAILS
localization rule is mapped
1-1 to the VehicleDetails view.
const localeRuleName = getPConnect().getLocaleRuleName();
Previous topic getInheritedProps() Next topic getLocalizedValue(rawString, localePath, localeRuleKey)