個網頁如果目標不只限於本地,或甚至酖酖想增加能見度,那網頁上的語言選擇性就會變為必要的功能之一

這東西真的是快搞死我,本來沒有這麼想裡他,想說用用Vue.js用個 json值慢慢帶入就好。好死不死看到不該看的文章

Globalization and Localization in ASP.NET Core – Detailed

Globalization and Localization in ASP.NET Core - Detailed

第一眼當下以為是網頁公開或正式上線的方法,後來仔細一看發現完全不一樣

理解一下文字:

What is Globalization? Globalization is a process by which develoeprs make a product supported in multiple languages. This mostly involves improving the backend of web applications, which ultimately contributes to the SEO of the website. This includes meta-data, file names, labels and even the website URLs. What is Localization? Localization is the process to transalate the content to fulfil the demands of a particular culture / language. This does not limit to just transalting the texts, but also numbers, date and time formats, currency , symbols and so on.

Globalization 是開發者將網頁支援多國語的過程......這些包含了媒體資訊、檔案名稱、標籤甚至網頁連結 Localization 是指將內容轉換成目的的語言或形式。這不只限於翻譯文字,這同時包含轉換數字、日期格式、金額單位、符號...等等

基本上就跟我想做的事情差不多,甚至我沒想到的日期格是那些的也一併算在內。那身為"抄"人的我當然就馬上來試試看。

但是不管我怎麼看都是越看越困惑...這是?那是?那這個又要?

硬要實做下去,卻怎麼做也做不出來,後來仔細看一看、查一查,白癡喔人家版本比較新拉。心中有點不太爽,於是自己去查一下自己的版本的做法,結果也是搞了我超久。

所以我們先來對版本吧

實際上的版本支援程度應該還可以再低一點,但能低多少我就不太確定了。

那接下來我就當各位有一些基本的.net MVC 的基礎瞜~有不懂就問吧!