Returns the text for the specified resource from a .resx file for the current culture.

XL3ResourceLookup( ClassKey, ResourceKey )

ParameterDescription
ClassKeyThe name of the resource file
ResourceKeyThe key of the desired resource

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")