Use this library to convert Number into Korean.
Module : build.gradle
dependencies {
implementation("io.github.im-tae:hangul-number:$Version")
}<dependency>
<groupId>io.github.im-tae</groupId>
<artifactId>hangul-number</artifactId>
<version>$Version</version>
</dependency>
HangulNumber.numberToHangul("7234526")HangulNumber.numberToHangul("7456653467", Spacing.TYPE)Spacing.NONE: Default, No spacing.Spacing.SMALL: Spacing in small unit.Spacing.BIG: Spacing in big unit .Spacing.BOTH: Spacing both small unit and big unit.
0 to 10^33 - 1 [0 ~ 99999999999999999999999999999999 ]
Copyright 2020 Im-Tae (TaeGeon Lim)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.