ComboBox.js 228 B

123456789
  1. define(
  2. "dijit/form/nls/th/ComboBox", //begin v1.x content
  3. ({
  4. previousMessage: "การเลือกก่อนหน้า",
  5. nextMessage: "การเลือกเพิ่มเติม"
  6. })
  7. //end v1.x content
  8. );