PFLocaleUtilsGetDefaultLocaleForLanguageCode Method |
Returns a default locale for a given packflow language code.
E.g. "en-gb" is returned for the "en" language code.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public static string GetDefaultLocaleForLanguageCode(
string languageCode
)
Parameters
- languageCode
- Type: SystemString
Return Value
Type:
StringSee Also