package mobile.localization.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Localization

localization_service.proto:21

This service provides centralized access of i18n strings for components that send user facing messages. Strings are generally fetched via a unique ID and an optional language locale. Should refer to https://github.com/kikinteractive/localization-strings for a complete listing of strings along with their IDs.

message ExperimentSubjectId

localization_service.proto:100

Some experiment ID for conducting AB testing on string variants. Currently not in use.

message GetStringResponse

localization_service.proto:46

Used as response type in: Localization.GetString, Localization.GetStrings

enum GetStringResponse.Result

localization_service.proto:48

Used in: GetStringResponse

message StringId

localization_service.proto:82

Used in: GetStringRequest, GetStringResponse, GetStringsRequest

message StringText

localization_service.proto:90

Used in: GetStringResponse