!--a11y-->
Modeling a String Resource 
You use this procedure to model a string resource (an informative message or an error message) for a mobile client application.

A string resource is used to display the system’s response to an action performed by an application user or system in the mobile client application. It is displayed in a model window, if the application user’s response to the message is required. Otherwise, it is displayed on the status bar of the application.
Each string resource contains a string ID, and exists for a lookup ID. A lookup ID can contain more than one string ID. The combination of a string ID and lookup ID helps you search for the string resource easily.
...
1. In Solution Explorer, click the String Resources(Lookup IDs) node with the secondary mouse button.
The Add Object window appears.
2. In the Name field, replace the default name of the lookup ID with a meaningful name.
3. Choose OK.
The String Resource Editor appears with the lookup ID, and a string resource entry.
4. In the Properties window, enter data as required for the string resource.
5. Use the table below to perform the necessary action based on a specific condition.
Condition |
Action |
You do not want to create any more string resources for the lookup ID |
Continue with step 6 |
You want to create an additional string resource for the lookup ID |
a. In the String Resource Editor, click the secondary mouse button and choose New. A string resource entry appears in the grid. b. In the Properties window, enter data as required for the string resource. |
6. Choose Save.
A string resource is modeled for a specific lookup ID.

If you want to model a string resource for a new lookup ID, then repeat this procedure.
If you want to model a string resource for an existing lookup ID, then click the lookup ID with the secondary mouse button and choose View Designer. Then, continue with step 5. a. in this procedure.
The string resource(s) that you have modeled appears in the String Resources(Lookup IDs) node in the Solution Explorer. You must generate string resources to obtain the corresponding runtime file.
See also: