|
Resource Name Property |
|
|
If a resource name is defined with this property, the $res() resource definitions existing in the data generated by the data service class is resolved with the resources existing in the resource bundle. Assume that there is $res(USER_NAME) definition exists in the data provided by a data source. If the Resource Name property of a data source is specified as "global" then, MoreMotion finds the resource node in the resource file global.res and extracts the resource text in the language of the current page. global.res resource file
The $res(USER_NAME) definition in the data source data is replaced with "User Name" text if the language of the current page is "en" and with "Benutzer Name" if it is "de". |