หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Allows comparison operations between different language representations. It is best used for converting Internet Engineering Task Force language tags (BCP 47) values to locale id (LCID) values.
Version Information
Version Added: Visio 2013
Syntax
LANGUAGE( lcid_or_bcp47)
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| lcid_or_bcp47 |
Required |
String |
The LCID or BCP 47 value for the language. |
Return value
Integer
Example
LANGUAGE("en-us")
Returns a value of '1033'.
LANGUAGE("es-es")
Returns a value of '3082'.