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

//suppose your application with name space: myapp
ResourceManager rm = new ResourceManager("myapp.customtest", Assembly.GetExecutingAssembly());
gridDesktop1.SetCustomResourceManager(rm);
After executing the above code, menu items shows:

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