Results 1 to 4 of 4

Thread: Get current localization?

  1. #1
    Join Date
    Mar 2009
    Posts
    45

    Default Get current localization?

    hello, is there a token or function, which gets a string of the currency like en-US or de-DE ???

  2. #2
    Join Date
    Jan 2009
    Posts
    17

    Default

    This is in the System node during runtime at:

    <root>
    <System>
    ...
    <LocaleSetting>en-US</LocaleSetting>


    You can get it in a XMLpackage with:

    <xsl:value-of select="/root/System/LocaleSetting" />

  3. #3
    Join Date
    Mar 2009
    Posts
    54

    Default You can also get it programatically

    Possibly a more convenient way to acquire the current customer localization setting is to use the Locale Setting property of the customer class:
    Customer.Current.LocaleSetting

  4. #4
    Join Date
    Aug 2010
    Posts
    35

    Default working from Venezuela

    Greetings .... I'm working from Venezuela and I need that money to be used is the bolivar as I can do to change the currency symbol please i need your big help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •