Localization of Other Types of Resources

The localization process for the Other resources is basically the same as the image localization process, except for the resources in the other TAB. This is designed for users to extend the localization capabilities.

For example, if users are using NGUI, they may need to localize not only text, images, sprites, but also atlas. In this case, users can inherit ObjectLeafSetter to localize the resources they need. The text also needs to inherit from the AUiTextSetter class to implement its own text localization component.

Last updated