SettableGlobalizationSettings.SetStandardFunctionName

SettableGlobalizationSettings.SetStandardFunctionName method

Sets the locale dependent function name according to given standard function name.

public void SetStandardFunctionName(string localName, string standardName, bool bidirectional)
ParameterTypeDescription
localNameStringLocale dependent function name
standardNameStringStandard(en-US locale) function name.
bidirectionalBooleanWhether map the standard function name to local function name automatically. If true, the standar name will be mapped to local name automatically so user does not need to call SetLocalFunctionName again for the same standard and local names pair

See Also