Returns the text for the specified resource from a .resx file for the current culture.
Syntax
XL3ResourceLookup( ClassKey, ResourceKey )
Parameters
Parameter | Description |
ClassKey | The name of the resource file |
ResourceKey | The key of the desired resource |
Installing the resource file
After creating your .resx resource files, place them in a folder called App_GlobalResources in the Anaplan XL Web installation folder. For example:
C:\inetpub\wwwroot\AnaplanXLWeb\App_GlobalResources
Store the default resources in a file with the class key, and language-specific versions with the language ID added, for example:
- MyLanguageResources.resx - the default resource file.
- MyLanguageResources.fr.resx - the French language file.
- MyLanguageResources.de.resx - the German language file.
You can then access these by using =XL3ResourceLookup("MyLanguageResources", "PhraseName")