SettableGlobalizationSettings.SetLocalFunctionName

SettableGlobalizationSettings.SetLocalFunctionName method

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

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

See Also