# Android Localization: Adding a Custom or Updating an Existing Language Pack

Please note: this feature has been implemented in 8.1.0.

To add or update the language pack for Oz Android SDK, please follow these instructions:

{% hint style="info" %}
The localization record consists of the localization key and its string value, e.g., `<string name="about">"About"</string>`.
{% endhint %}

1. Go to the folder for the locale needed, or create a new folder. Proceed to[ this guide](https://developer.android.com/guide/topics/resources/localization) for the details.
2. Create the file called strings.xml.
3. Copy the strings from the attached file to your freshly created file.
4. Redefine the strings you need in the appropriate localization records.

A list of keys for Android:

{% file src="<https://2532558063-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5g6dgsxRbyrCvB0uAf8f%2Fuploads%2FV1ejQYwj9RuGJYZHA9Lh%2FOz_SDK_Android_Strings.zip?alt=media&token=4e6379e3-8c08-4223-97f7-39a1561d8bf6>" %}

The keys `action_*_go` refer to the appropriate gestures. Others refer to the hints for any gesture, info messages, or errors.

When new keys appear with new versions, if no translation is provided in your file, the new strings are shown in English.


---

# 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://doc.ozforensics.com/oz-knowledge/guides/developer-guide/sdk/oz-mobile-sdk/android/android-localization-adding-a-custom-or-updating-an-existing-language-pack.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.
