hi
I am using following line to get data from resource file but this throws error as shown.It is not able to resolve the 2080 to langauge. I tried many other languages Lcid (1028,5124,1038,31848,31847) and for those it was able to detect the langauge. I tried these for experimentation to check and everyone was resolved which I tried except 2080
SPUtility.GetLocalizedString("$Resources:Webpart_Title", "ResourceFilename", 2080);
error in log file
Failed to open the file 'C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\Resources\Dial100Resource\Dial100.(error).resx'.
Anyone have idea how this GetLocalizedString method works.This is weird that it is not able to resolved 2080.
How this method transforms lcid to language?