1# Input Method Framework Subsystem – Input Method Framework Service Changelog
2
3
4## @ohos.InputMethodSubtype Change of name, label, and id
5Changed the **name**, **label**, and **id** attributes since API version 9.
6
7**Change Impact**
8
9Applications must be adapted to the following changes.
10
11| Name| Before Change| After Change|
12| -------- | -------- | -------- |
13| label | (1) Value: ID of the input method subtype.| (1) Value: Label of the input method subtype.|
14| name | (1) Description: Name of the input method subtype. (2) Value: Label of the input method subtype.| (1) Description: Bundle name of the input method; (2) Value: Bundle name of the input method.|
15| id | (1) Value: Bundle name of the input method.| (1) Value: ID of the input method subtype.|
16
17**Adaptation Guide**
18
19Update the code to adapt to the preceding changes.
20