# Android SDK Strings

{% content-ref url="/spaces/3UKy7VHRJWrNarYaMp13" %}
[Blippar Documentation Centre](https://docs.blippar.com/blippar-documentation-centre/)
{% endcontent-ref %}

For many Blippar SDK features UI is needed and wherever there is UI there is text. We try to use simple text whenever possible but there can be a scenario whereby you may want to customise this text.

{% hint style="info" %}
The client app can redefine the text the SDK uses, there is default English versions for all text. To enable localisation or for customisation these can be redefined in the client app.
{% endhint %}

To redefine a string simply put in an entry in your strings.xml with the blipparsdk key:

```
"blipparsdk_cancel_button": "ANNULER"
```

Below is a list of strings embedded in the SDK, you can overwrite them by defining the same string in your app's strings.xml in the appropriate language.


---

# 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.blippar.com/blippbuilder-app-sdk/integrations/android-sdk-strings.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.
