BIGenerator::lcidToCultureName Method [AX 2012]

Converts a LCID value to a .NET Framework culture name.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static str lcidToCultureName(int lcid)

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static str lcidToCultureName(int lcid)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client public static str lcidToCultureName(int lcid)

  Microsoft Dynamics AX 2012 (FPK)
          client public static str lcidToCultureName(int lcid)

  Microsoft Dynamics AX 2012 (SYS)
          client public static str lcidToCultureName(int lcid)

Run On

Called

Parameters

  • lcid
    Type: int
    An integer value that represents the LCID value.

Return Value

Type: str
A .NET culture name.

See Also

Reference

BIGenerator Class