コード例 #1
0
        public static string GetString(string word)
        {
            var result = FormResources.GetString(word, SelectedCulture);

            //if(result != null)
            return(result);
            //return word;
        }
コード例 #2
0
 public static string GetString(string word)
 {
     return(FormResources.GetString(word, SelectedCulture));
 }