예제 #1
0
        public static string GetLocale()
        {
            IWFAdminService svc    = Common.GetAdminAPI();
            string          locale = string.Empty;

            try
            {
                locale = svc.GetLocale();
            }
            catch (Exception ex)
            {
            }
            return(locale);
        }