NumeralSystemTranslator 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
NumeralSystemTranslator() |
사용자가 선호하는 현재 런타임 언어 값 목록으로 초기화된 NumeralSystemTranslator 개체를 만듭니다. |
NumeralSystemTranslator(IIterable<String>) |
언어 목록에서 초기화된 NumeralSystemTranslator 개체를 만듭니다. |
NumeralSystemTranslator()
사용자가 선호하는 현재 런타임 언어 값 목록으로 초기화된 NumeralSystemTranslator 개체를 만듭니다.
public:
NumeralSystemTranslator();
NumeralSystemTranslator();
public NumeralSystemTranslator();
function NumeralSystemTranslator()
Public Sub New ()
설명
이 기본 생성자는 NumeralSystemTranslator (Windows.Globalization.ApplicationLanguages.languages)를 사용하는 것과 동일합니다.
추가 정보
적용 대상
NumeralSystemTranslator(IIterable<String>)
언어 목록에서 초기화된 NumeralSystemTranslator 개체를 만듭니다.
public:
NumeralSystemTranslator(IIterable<Platform::String ^> ^ languages);
NumeralSystemTranslator(IIterable<winrt::hstring> const& languages);
public NumeralSystemTranslator(IEnumerable<string> languages);
function NumeralSystemTranslator(languages)
Public Sub New (languages As IEnumerable(Of String))
매개 변수
선택한 언어를 나타내는 BCP-47 언어 태그의 목록(우선 순위)입니다. Windows.Globalization.Language.isWellFormed에 따라 모두 올바른 형식이어야 합니다.
설명
이 생성자는 시스템에 알려진 언어 로 첫 번째 언어의 기본 숫자 시스템을 사용하도록 초기화된 개체를 만듭니다. 알 수 없는 경우 사용자가 선호하는 현재 런타임 언어를 사용합니다.
앱이 이 클래스에 사용된 언어 태그를 모든 국가 언어 지원 함수에 전달하는 경우 먼저 ResolveLocaleName을 호출하여 태그를 변환해야 합니다.