# Custom Language Support & Layout

## Overview <a href="#custom-language-support-and-layout-overview" id="custom-language-support-and-layout-overview"></a>

You can customize WorkflowGen according to your language and, if applicable, the required language layout.

## Customizing the resource files

To customize the resource files for your language, first make copies of the `.resx` files in the following folders:

* `\wfgen\App_GlobalResources`
* `\wfgen\WfApps\WebForms\App_GlobalResources`
* `\wfgen\ws\App_GlobalResources`

Append the file name with the language code and, if needed, a hyphen followed by the country code; for example, `.ar-AE` for Arabic and United Arab Emirates. Then, customize the resource files as needed.

## Customizing the CSS files

If the custom language requires a different layout, such as right-to-left text, customize the CSS files as needed using the method in the previous section.
