Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
GridDesktop.SetCustomResourceManager to load this resource.
First, add a new resource file: customtest.resx

// Suppose your application has the namespace: myapp
ResourceManager rm = new ResourceManager("myapp.customtest", Assembly.GetExecutingAssembly());
gridDesktop1.SetCustomResourceManager(rm);
After executing the above code, the menu items show:

Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.