# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.workflowgen.com/tech/9.0/advanced-configuration/custom-language-support-and-layout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
