Skip to content

Issue with determineLocale function. #1

@akshaymb

Description

@akshaymb

The function determineLocale should return webservices.amazon.${locale.toLowerCase()}

function determineLocale(locale) {
if (locale) {
    return `webservices.amazon.com.${locale.toLowerCase()}`;
  }
  return 'webservices.amazon.com';
}

Thanks,
-Akshay.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions