ຂໍ້ສະເພາະ ASP LCID

Session 对象参考手册

ການກໍານົດແລະການນໍາໃຊ້

LCID ຂໍ້ສະເພາະຕັ້ງບ່ອນຫຼືພາກພື້ນທີ່ມີຈຳນວນທີ່ກຳນົດ. ວັດຖຸເຫຼົ່ານັ້ນຄືວັນທີ, ວັນເວລາ ແລະເງິນຈະສະແດງຕາມພາກພື້ນຫຼືພາກພື້ນ.

ວິທະຍາສາດ

Session.LCID(=LCID)
ປະເພດ ການອະທິບາຍ
LCID ລະບຸການພາກພື້ນ

ຕົວຢ່າງ

<% 
response.write("<p>")
response.write("LCID ລະເບີດ: " & Session.LCID & "<br />")
response.write("ຮູບແບບວັນທີ: " & date() & "<br />")
response.write("ຮູບແບບເງິນປະກອບດ້ວຍ: " & FormatCurrency(350))
response.write("</p>")
Session.LCID=1036
response.write("<p>")
response.write("LCID ປະຈຸບັນ: " & Session.LCID & "<br />")
response.write("ຮູບແບບວັນທີ: " & date() & "<br />")
response.write("ຮູບແບບເງິນປະກອບດ້ວຍ: " & FormatCurrency(350))
response.write("</p>")
Session.LCID=3079
response.write("<p>")
response.write("LCID ປະຈຸບັນ: " & Session.LCID & "<br />")
response.write("ຮູບແບບວັນທີ: " & date() & "<br />")
response.write("ຮູບແບບເງິນປະກອບດ້ວຍ: " & FormatCurrency(350))
response.write("</p>")
Session.LCID=2057
response.write("<p>")
response.write("LCID ປະຈຸບັນ: " & Session.LCID & "<br />")
response.write("ຮູບແບບວັນທີ: " & date() & "<br />")
response.write("ຮູບແບບເງິນປະກອບດ້ວຍ: " & FormatCurrency(350))
response.write("</p>")
%>

ອອກສຽງ:

LCID ລະເບີດ: 2052
ຮູບແບບວັນທີ: 2025/3/26
ຮູບແບບເງິນປະກອບດ້ວຍ: ¥350.00

LCID ປະຈຸບັນ: 1036
Date format is: 26/03/2025
ຮູບແບບເງິນປະກອບດ້ວຍ: 350,00 €

LCID is now: 3079
Date format is: 26.03.2025
Currency format is: € 350,00

LCID is now: 2057
Date format is: 26/03/2025
Currency format is: £350.00

Session 对象参考手册