Salesforce

WorldServer - Auto-translate/auto-substitution for numbers cannot be switched off

« Go Back

Information

 
Article TypeSolution Article
Scope/EnvironmentWorldServer
Symptoms/Context

The default Studio settings for auto-substitution for numbers are set to true in tm.properties. This is the default setting:

# Enables/disables auto-substitution for number placeables.
#studio_enable_auto_substitution_for_numbers=true


However, if we want to disable the auto-substitution/auto-translation for numbers by setting the property to

studio_enable_auto_substitution_for_numbers=false 

and restarting WorldServer, numbers are still auto-substituted/auto-translated. Turning off this feature does not work.
Resolution
To disable the auto-substitution for numbers, you need to set these two properties to false:

studio_enable_recognize_numbers=false
studio_enable_auto_substitution_for_numbers=false
Root Cause
Setting only one property (studio_enable_auto_substitution_for_numbers=false ) to false is not enough to disable the auto-substitution.
Reference
Attachment 1 
Attachment 2 
Attachment 3 
Attachment 4 
Attachment 5 

Powered by