> Source: [sk171625](https://support.checkpoint.com/results/sk/sk171625)

# sk171625 - After Threat Extraction Engine update, user defined Localization is overwritten

| Property | Value |
|----------|-------|
| Solution ID | sk171625 |
| Date Created | 2021-01-31 |
| Last Modified | 2021-02-17 |
| Technical Level | General |
| Products | Security Gateway |
| Versions | R81 (EOS) |

## Symptoms

- After installing an update package of Threat Extraction Engine, the user defined localization is overwritten.

## Cause

The update process replaces the *file_convert.conf* file in the Engine update package with the file that already existed on the device.

## Solution

This problem was fixed. The fix is included in:

* [Threat Extraction Engine Release](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk165832) starting from
  * Update Take 20 for R80.40
  * Update Take 14 for R81

<br />

After installing this Update Take, follow the below steps to preserve the user defined localization:   

1. To check whether the file is present on the current device, run:  
   `# ls -l $FWDIR/conf/cpfc_user.conf`  

2. If the file is not present, use the following command to create it:  
   `# cp -p $FWDIR/conf/file_convert.conf $FWDIR/conf/cpfc_user.conf`
3. Edit the *$FWDIR/conf/cpfc_user.conf* configuration file and keep only changed settings, **other settings should be deleted** .  
   Notice: you should keep the file's structure.  

   For example, in order to change the process amount of scrub_cp_file_convert daemon add the following:  

   `(cpfc_config`  
   ` :scrub_deamon_num_processes (4)`  
   ` :scrub_deamon_max_processes (4)`  
   `)`

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
